This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {{ states.binary_sensor | |
| | selectattr('attributes.device_class', 'in', ['door','window']) | |
| | selectattr('state', 'equalto', 'on') | |
| | list | count }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - theme: Backend-selected | |
| icon: mdi:paw | |
| path: sureflap | |
| badges: [] | |
| cards: | |
| - type: grid | |
| cards: | |
| - type: picture-glance | |
| entities: [] | |
| title: [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| views: | |
| - badges: [] | |
| cards: | |
| - cards: | |
| - cards: | |
| - entity: sensor.time | |
| style: | | |
| ha-card { | |
| color: yellow; | |
| #--paper-item-icon-color: green; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| automation: | |
| - alias: Announce Fire Alarms | |
| trigger: | |
| platform: state | |
| entity_id: | |
| # Upstairs | |
| - binary_sensor.smoke_sensor_landing | |
| - binary_sensor.smoke_sensor_lounge | |
| # Downstairs south | |
| - binary_sensor.smoke_sensor_davids_bedroom |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| automation: | |
| - alias: 'Take sunset snapshot and send to TV' | |
| initial_state: true | |
| trigger: | |
| platform: numeric_state | |
| entity_id: sun.sun | |
| value_template: "{{ state_attr('sun.sun', 'elevation') }}" | |
| below: 0.3 | |
| condition: | |
| - condition: template |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ################################### | |
| # ## Automations | |
| # ################################### | |
| automation: | |
| - alias: Turn off Hot Water Cylinder Mid-Week | |
| id: 1d494c80-41eb-42eb-8e22-60a3606c29d9 | |
| trigger: | |
| - platform: time | |
| at: '00:01:00' | |
| - platform: time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ################################### | |
| ## Customize | |
| ################################### | |
| homeassistant: | |
| customize: | |
| switch.pool_pump: | |
| hidden: false | |
| icon: mdi:radiobox-marked | |
| automation.check_pool_pump_in_season: | |
| hidden: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ghm_tts: | |
| alias: 'Google Home Notifier' | |
| sequence: | |
| - service: media_player.volume_set | |
| data_template: | |
| entity_id: >- | |
| {%- set players = ['media_player.kitchen_home', 'media_player.lounge_home', 'media_player.bathroom_speaker', 'media_player.ensuite_speaker'] %} | |
| {{ states.media_player | selectattr('state','!=','playing') | selectattr('entity_id', 'in', players) | map(attribute='entity_id') | join(', ') }} | |
| volume_level: '{{volume}}' | |
| - service: tts.google_say |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input_number: | |
| ### Solar Pump Hysteresis Offsets ## | |
| pump_off_offset: | |
| name: Pump OFF offset | |
| initial: 0.1 | |
| min: 0 | |
| max: 2 | |
| step: 0.1 | |
| pump_on_offset: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## |
NewerOlder