Skip to content

Commit

Permalink
Fix double slashes in blueprints source_url
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Nov 4, 2023
1 parent 415ddfa commit d0d259d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ blueprint:
When it's close (binary_sensor off) hvac mode is set to auto.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//door-window-climate-control.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/door-window-climate-control.yaml
input:
door_entity:
name: Door/window entity
Expand Down
2 changes: 1 addition & 1 deletion blueprints/automation/golles/motion-activated_scenes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ blueprint:
This automation should work with any lights, motion sensors and illuminance sensors.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//motion-activated_scenes.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/motion-activated_scenes.yaml
input:
motion_entity:
name: Motion sensor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ blueprint:
- For shake there are no separate actions for the side, due to the nature of shaking it isn't always clear which side is up.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//zigbee2mqtt_aqara_magic_cube.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/zigbee2mqtt_aqara_magic_cube.yaml
input:
remote:
name: Action entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ blueprint:
This automation should work with any lights, but only with Philips Hue smart button connected throught Zigbee2MQTT.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//zigbee2mqtt_hue_smart_button_bed_light_button.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/zigbee2mqtt_hue_smart_button_bed_light_button.yaml
input:
smart_button:
name: Smart button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ blueprint:
Actions can be set up for single press and hold, hold you can configure with a cooldown, to prevent your actions from running on every single hold action.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//zigbee2mqtt_hue_smart_button_press_and_hold_actions.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/zigbee2mqtt_hue_smart_button_press_and_hold_actions.yaml
input:
smart_button:
name: Smart button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ blueprint:
This blueprint allows you to make automations for the Xiaomi Aqara switch and Xiaomi MiJia wireless switch, connected to Zigbee2MQTT.
domain: automation
author: golles
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles//zigbee2mqtt_xiaomi_switch.yaml
source_url: https://raw.githubusercontent.com/golles/Home-Assistant-Config/main/blueprints/automation/golles/zigbee2mqtt_xiaomi_switch.yaml
input:
switch:
name: Switch
Expand Down

0 comments on commit d0d259d

Please sign in to comment.