mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
More logbook log fixes
This commit is contained in:
@@ -270,7 +270,8 @@ automation:
|
||||
message: "Hey, I'm turning on the purifier, because humidity is low and there is water in the tank"
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "💨 Climate module · Purifier On · Humidity is low"
|
||||
name: "💨 Climate module · "
|
||||
message: "Purifier On · Humidity is low"
|
||||
entity_id: fan.philips_airpurifier
|
||||
domain: fan
|
||||
|
||||
@@ -296,7 +297,8 @@ automation:
|
||||
message: "Hey, I'm turning on the purifier, because air quality is low"
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "💨 Climate Module · Purifier On · Air quality is low"
|
||||
name: "💨 Climate Module · "
|
||||
message: "Purifier On · Air quality is low"
|
||||
entity_id: fan.philips_airpurifier
|
||||
domain: fan
|
||||
- condition: state
|
||||
@@ -312,7 +314,8 @@ automation:
|
||||
message: "Also, switching to humidification, because there is water in the tank"
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "💨 Climate Module · Purifier Function · Switching to humidification - there is water in the tank"
|
||||
name: "💨 Climate Module · "
|
||||
message: "Purifier Function · Switching to humidification - there is water in the tank"
|
||||
entity_id: fan.philips_airpurifier
|
||||
domain: fan
|
||||
|
||||
@@ -342,7 +345,8 @@ automation:
|
||||
message: "Hey, I'm turning the purifier off, because humidity is okay"
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "💨 Climate Module · Purifier Off · Humidity is okay"
|
||||
name: "💨 Climate Module · "
|
||||
message: "Purifier Off · Humidity is okay"
|
||||
entity_id: fan.philips_airpurifier
|
||||
domain: fan
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ automation:
|
||||
brightness_pct: 100
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "💡 Lighting Module · Lights On · 30 mins to sunset"
|
||||
name: "💡 Lighting Module · "
|
||||
message: "Lights On · 30 mins to sunset"
|
||||
entity_id: light.on_after_dark
|
||||
domain: light
|
||||
|
||||
|
||||
@@ -79,7 +79,8 @@ automation:
|
||||
night_sound: true
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "🔊 Media Module · Sonos Mode · Putting Beam in night mode"
|
||||
name: "🔊 Media Module · "
|
||||
message: "Sonos Mode · Putting Beam in night mode"
|
||||
entity_id: media_player.living_room
|
||||
domain: media_player
|
||||
|
||||
@@ -94,7 +95,8 @@ automation:
|
||||
night_sound: false
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "🔊 Media Module · Sonos Mode · Putting Beam in day mode"
|
||||
name: "🔊 Media Module · "
|
||||
message: "Sonos Mode · Putting Beam in day mode"
|
||||
entity_id: media_player.living_room
|
||||
domain: media_player
|
||||
|
||||
|
||||
@@ -98,7 +98,8 @@ automation:
|
||||
entity_id: media_player.living_room
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "📺 Media Module · Sonos Group · TV off - joining Beam to Sonos Group"
|
||||
name: "📺 Media Module · "
|
||||
message: "Sonos Group · TV off - joining Beam to Sonos Group"
|
||||
entity_id: media_player.living_room
|
||||
domain: media_player
|
||||
|
||||
@@ -112,7 +113,8 @@ automation:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "📺 Media Module · Sync TV state · Turning Shield on - TV is on"
|
||||
name: "📺 Media Module · "
|
||||
message: "Sync TV state · Turning Shield on - TV is on"
|
||||
entity_id: media_player.nvidia_shield
|
||||
domain: media_player
|
||||
|
||||
@@ -127,7 +129,8 @@ automation:
|
||||
entity_id: media_player.nvidia_shield
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "📺 Media Module · Sync TV state · Turning Shield off - TV is off"
|
||||
name: "📺 Media Module · "
|
||||
message: "Sync TV state · Turning Shield off - TV is off"
|
||||
entity_id: media_player.nvidia_shield
|
||||
domain: media_player
|
||||
|
||||
@@ -145,7 +148,8 @@ automation:
|
||||
source: "Shield"
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "📺 Media Module · Sync TV state · Turning TV on - Shield is on"
|
||||
name: "📺 Media Module · "
|
||||
message: "Sync TV state · Turning TV on - Shield is on"
|
||||
entity_id: media_player.living_room_tv
|
||||
domain: media_player
|
||||
|
||||
@@ -163,7 +167,8 @@ automation:
|
||||
entity_id: media_player.living_room_tv
|
||||
- service: logbook.log
|
||||
data:
|
||||
message: "📺 Media Module · Sync TV state · Turning TV off - Shield is off"
|
||||
name: "📺 Media Module · "
|
||||
message: "Sync TV state · Turning TV off - Shield is off"
|
||||
entity_id: media_player.living_room_tv
|
||||
domain: media_player
|
||||
|
||||
|
||||
Reference in New Issue
Block a user