mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
HA 2024.11.2
This commit is contained in:
@@ -1 +1 @@
|
||||
2024.5.4
|
||||
2024.11.2
|
||||
@@ -173,7 +173,6 @@ logbook:
|
||||
# https://www.home-assistant.io/integrations/media_extractor
|
||||
# TODO: Add to media module
|
||||
media_source:
|
||||
media_extractor:
|
||||
|
||||
# https://www.home-assistant.io/integrations/mobile_app
|
||||
mobile_app:
|
||||
|
||||
@@ -79,4 +79,4 @@ stacked-weather:
|
||||
|
||||
- type: markdown
|
||||
content: >-
|
||||
It will be {{ state_attr('weather.pirateweather', 'forecast')[0]['condition'] }}
|
||||
It will be {{ states('sensor.pirateweather_daily_summary') }}
|
||||
|
||||
@@ -156,7 +156,7 @@ script:
|
||||
entity_id: fan.philips_airpurifier
|
||||
data_template:
|
||||
function: >-
|
||||
{{ state_attr('fan.philips_airpurifier', 'function') == 'Purification' | iif('Purification & Humidification', 'Purification') }}
|
||||
{{ iif(state_attr('fan.philips_airpurifier', 'function') == 'Purification', 'Purification & Humidification', 'Purification') }}
|
||||
|
||||
automation:
|
||||
- alias: Purifier · On start · Sync and update state
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# https://github.com/thomasloven/hass-browser_mod
|
||||
browser_mod:
|
||||
|
||||
script:
|
||||
browser_fire_low:
|
||||
|
||||
@@ -39,7 +39,6 @@ script:
|
||||
- light.master_bedroom
|
||||
- light.kitchen
|
||||
- light.hallway
|
||||
- light.tradfri_large
|
||||
- light.bathroom
|
||||
- media_player.nvidia_shield
|
||||
- media_player.living_room_tv
|
||||
|
||||
@@ -127,3 +127,5 @@
|
||||
# fastdotcom:
|
||||
# scan_interval:
|
||||
# minutes: 90
|
||||
|
||||
# media_extractor:
|
||||
|
||||
Reference in New Issue
Block a user