More logbook log fixes

This commit is contained in:
2020-05-16 12:01:28 +03:00
parent d3449609b3
commit 08535a13f7
6 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -249,4 +249,5 @@ automation:
message: "Hey, I'm turning Titanium off. It's been idling for 3 hours." message: "Hey, I'm turning Titanium off. It's been idling for 3 hours."
- service: logbook.log - service: logbook.log
data: data:
message: "🖥 Devices · Titanium · Turning off - idling for 3 hours" name: "🖥 Devices · "
message: "Titanium · Turning off - idling for 3 hours"
+4 -2
View File
@@ -48,7 +48,8 @@ automation:
message: "Okay, turning Guest mode on!" message: "Okay, turning Guest mode on!"
- service: logbook.log - service: logbook.log
data: data:
message: "⚙️ System Module · Telegram · Turning Guest mode on" name: "⚙️ System Module · "
message: "Telegram · Turning Guest mode on"
entity_id: input_boolean.guest_mode entity_id: input_boolean.guest_mode
- alias: Guest mode · Disable · From Telegram - alias: Guest mode · Disable · From Telegram
@@ -66,5 +67,6 @@ automation:
message: "Okay, turning Guest mode off!" message: "Okay, turning Guest mode off!"
- service: logbook.log - service: logbook.log
data: data:
message: "⚙️ System Module · Telegram · Turning Guest mode off" name: "⚙️ System Module · "
message: "Telegram · Turning Guest mode off"
entity_id: input_boolean.guest_mode entity_id: input_boolean.guest_mode
@@ -270,7 +270,8 @@ automation:
message: "Hey, I'm turning on the purifier, because humidity is low and there is water in the tank" message: "Hey, I'm turning on the purifier, because humidity is low and there is water in the tank"
- service: logbook.log - service: logbook.log
data: data:
message: "💨 Climate module · Purifier On · Humidity is low" name: "💨 Climate module · "
message: "Purifier On · Humidity is low"
entity_id: fan.philips_airpurifier entity_id: fan.philips_airpurifier
domain: fan domain: fan
@@ -296,7 +297,8 @@ automation:
message: "Hey, I'm turning on the purifier, because air quality is low" message: "Hey, I'm turning on the purifier, because air quality is low"
- service: logbook.log - service: logbook.log
data: 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 entity_id: fan.philips_airpurifier
domain: fan domain: fan
- condition: state - condition: state
@@ -312,7 +314,8 @@ automation:
message: "Also, switching to humidification, because there is water in the tank" message: "Also, switching to humidification, because there is water in the tank"
- service: logbook.log - service: logbook.log
data: 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 entity_id: fan.philips_airpurifier
domain: fan domain: fan
@@ -342,7 +345,8 @@ automation:
message: "Hey, I'm turning the purifier off, because humidity is okay" message: "Hey, I'm turning the purifier off, because humidity is okay"
- service: logbook.log - service: logbook.log
data: data:
message: "💨 Climate Module · Purifier Off · Humidity is okay" name: "💨 Climate Module · "
message: "Purifier Off · Humidity is okay"
entity_id: fan.philips_airpurifier entity_id: fan.philips_airpurifier
domain: fan domain: fan
+2 -1
View File
@@ -15,7 +15,8 @@ automation:
brightness_pct: 100 brightness_pct: 100
- service: logbook.log - service: logbook.log
data: 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 entity_id: light.on_after_dark
domain: light domain: light
+4 -2
View File
@@ -79,7 +79,8 @@ automation:
night_sound: true night_sound: true
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.living_room
domain: media_player domain: media_player
@@ -94,7 +95,8 @@ automation:
night_sound: false night_sound: false
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.living_room
domain: media_player domain: media_player
+10 -5
View File
@@ -98,7 +98,8 @@ automation:
entity_id: media_player.living_room entity_id: media_player.living_room
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.living_room
domain: media_player domain: media_player
@@ -112,7 +113,8 @@ automation:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.nvidia_shield
domain: media_player domain: media_player
@@ -127,7 +129,8 @@ automation:
entity_id: media_player.nvidia_shield entity_id: media_player.nvidia_shield
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.nvidia_shield
domain: media_player domain: media_player
@@ -145,7 +148,8 @@ automation:
source: "Shield" source: "Shield"
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.living_room_tv
domain: media_player domain: media_player
@@ -163,7 +167,8 @@ automation:
entity_id: media_player.living_room_tv entity_id: media_player.living_room_tv
- service: logbook.log - service: logbook.log
data: 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 entity_id: media_player.living_room_tv
domain: media_player domain: media_player