diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2023-06-23 04:44:16 +0400 |
commit | 2674a5226e13a68b1ee570aef552e78b7a7337b8 (patch) | |
tree | caf3b55045249cd124717109a652506576ff2cfc /scripts.yaml | |
parent | 756a33999df9255deb1c08a443a5621d94da0126 (diff) | |
download | hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.gz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.bz2 hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.tar.xz hass-2674a5226e13a68b1ee570aef552e78b7a7337b8.zip |
Massive update: Few fixes, more new integrations & extensions
Diffstat (limited to 'scripts.yaml')
-rw-r--r-- | scripts.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts.yaml b/scripts.yaml index bf0740b..e43517d 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -110,3 +110,19 @@ turn_on_office_lights: target: entity_id: switch.lights_living_lustre mode: single +bedroom_aircon_off: + alias: Bedroom AirCon Off + use_blueprint: + path: devices/aircon_off.yaml + input: + power: switch.bedroom_aircon + off_scene: scene.hyundai_aircon2_off + mode: single +office_aircon_off: + alias: Office AirCon Off + use_blueprint: + path: devices/aircon_off.yaml + input: + power: switch.office_aircon + off_scene: scene.lg_aircon_power_off + mode: single |