HA 2024.11.2

This commit is contained in:
2024-11-17 01:37:36 +02:00
parent f5a950c099
commit 1adc481e46
7 changed files with 5 additions and 6 deletions

View File

@@ -1 +1 @@
2024.5.4
2024.11.2

View File

@@ -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:

View File

@@ -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') }}

View File

@@ -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

View File

@@ -1,5 +1,4 @@
# https://github.com/thomasloven/hass-browser_mod
browser_mod:
script:
browser_fire_low:

View File

@@ -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

View File

@@ -127,3 +127,5 @@
# fastdotcom:
# scan_interval:
# minutes: 90
# media_extractor: