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.family_room_fan: | |
hidden: False | |
icon: mdi:fan | |
light: |
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
sensor: | |
- platform: template | |
sensors: | |
total_power_usage: | |
value_template: '{{ ((states.sensor.xiaomi_tv_power.state | float) + | |
(states.sensor.xiaomi_office_power.state | float) + | |
(states.sensor.xiaomi_server_power.state | float) + | |
(states.sensor.pool_pump_power.state | float) + | |
(states.sensor.cupboard_light_power.state | float) + | |
(states.sensor.stairs_shelly_power.state | float) + |
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.kodi: | |
hidden: false | |
icon: mdi:movie-roll | |
switch.magic_tv: | |
hidden: false |
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
## |
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
################################### | |
## 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
# ################################### | |
# ## 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
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
Light is now picked up using setoption 19 1 (discovery) |
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 |
OlderNewer