Upgrades and minor enhancements to lving spaces.
This commit is contained in:
parent
a9685102bc
commit
c6ec82c21e
|
@ -1 +1 @@
|
|||
2023.4.5
|
||||
2023.5.3
|
|
@ -30,9 +30,9 @@
|
|||
conditions:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.pirateweather_cloud_coverage
|
||||
above: 90
|
||||
# - condition: numeric_state
|
||||
# entity_id: sensor.pirateweather_cloud_coverage
|
||||
# above: 90
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.pirateweather_precip_intensity
|
||||
above: 0.2
|
||||
|
|
|
@ -85,6 +85,11 @@
|
|||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id: switch.lr_amp
|
||||
- service: homeassistant.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
- switch.kitchen_accent_2
|
||||
- group.master_bathroom_accents
|
||||
|
||||
default:
|
||||
- service: homeassistant.turn_on
|
||||
|
|
|
@ -91,27 +91,6 @@ logbook:
|
|||
- sensor.sleepnumber_carlo_stacey_pressure
|
||||
- sensor.sleepnumber_carlo_carlo_pressure
|
||||
|
||||
history:
|
||||
include:
|
||||
domains:
|
||||
- sensor
|
||||
- switch
|
||||
- media_player
|
||||
- light
|
||||
- binary_sensor
|
||||
- cover
|
||||
|
||||
exclude:
|
||||
entities:
|
||||
- sensor.date
|
||||
- sensor.pi_hole_ads_blocked_today
|
||||
- sensor.pi_hole_ads_percentage_blocked_today
|
||||
- sensor.pi_hole_dns_queries_today
|
||||
- sensor.floorplan_date
|
||||
- sensor.floorplan_time
|
||||
- sensor.ha_uptime
|
||||
- sensor.time
|
||||
|
||||
logger: !include logger.yaml
|
||||
recorder: !include recorder.yaml
|
||||
|
||||
|
|
|
@ -30,6 +30,13 @@ automation:
|
|||
from: 'off'
|
||||
to: 'on'
|
||||
|
||||
- platform: state
|
||||
entity_id:
|
||||
- person.carlo
|
||||
- person.stacey
|
||||
from: 'not_home'
|
||||
to: 'home'
|
||||
|
||||
action:
|
||||
- choose:
|
||||
- conditions: "{{ is_state('binary_sensor.sleepnumber_carlo_stacey_is_in_bed','on') }}"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{%- endmacro -%}
|
||||
|
||||
{%- macro outside_weather() -%}
|
||||
Outside, it is going to be {{ states('sensor.pirateweather_minutely_summary') }}
|
||||
Outside, it is going to be {{ states('sensor.pirateweather_temperature') }} degrees and {{ states('sensor.pirateweather_summary') }}
|
||||
{%- endmacro -%}
|
||||
|
||||
{%- macro lightning() -%}
|
||||
|
|
Loading…
Reference in New Issue