Update logbook log messages

This commit is contained in:
2020-05-16 11:25:48 +03:00
parent 501d6d3410
commit eaefcf06c8
6 changed files with 41 additions and 30 deletions
+1 -2
View File
@@ -249,5 +249,4 @@ automation:
message: "Hey, I'm turning Titanium off. It's been idling for 3 hours."
- service: logbook.log
data:
name: "🖥 *Devices · Titanium*"
message: "Hey, I'm turning Titanium off. It's been idling for 3 hours."
name: "🖥 Devices · Titanium · Turning off - idling for 3 hours"
+4 -4
View File
@@ -48,8 +48,8 @@ automation:
message: "Okay, turning Guest mode on!"
- service: logbook.log
data:
name: "⚙️ *System Module · Telegram*"
message: "Okay, turning Guest mode on!"
name: "⚙️ System Module · Telegram · Turning Guest mode on"
entity_id: input_boolean.guest_mode
- alias: Guest mode · Disable · From Telegram
trigger:
@@ -66,5 +66,5 @@ automation:
message: "Okay, turning Guest mode off!"
- service: logbook.log
data:
name: "⚙️ *System Module · Telegram*"
message: "Okay, turning Guest mode off!"
name: "⚙️ System Module · Telegram · Turning Guest mode off"
entity_id: input_boolean.guest_mode
+12 -8
View File
@@ -270,8 +270,9 @@ automation:
message: "Hey, I'm turning on the purifier, because humidity is low and there is water in the tank"
- service: logbook.log
data:
name: "💨 *Climate module · Purifier On*"
message: "Turning purifier on - humidity is low"
name: "💨 Climate module · Purifier On · Humidity is low"
entity_id: fan.philips_airpurifier
domain: fan
- alias: Purifier · Turn on · Low air quality
trigger:
@@ -295,8 +296,9 @@ automation:
message: "Hey, I'm turning on the purifier, because air quality is low"
- service: logbook.log
data:
name: "💨 *Climate Module · Purifier On"
message: "Turning purifier on - air quality is low"
name: "💨 Climate Module · Purifier On · Air quality is low"
entity_id: fan.philips_airpurifier
domain: fan
- condition: state
entity_id: binary_sensor.purifier_out_of_water
state: "off"
@@ -310,8 +312,9 @@ automation:
message: "Also, switching to humidification, because there is water in the tank"
- service: logbook.log
data:
name: "💨 *Climate Module · Purifier Function"
message: "Switching purifier to humidification - there is water in the tank"
name: "💨 Climate Module · Purifier Function · Switching to humidification - there is water in the tank"
entity_id: fan.philips_airpurifier
domain: fan
- alias: Purifier · Turn off · Okay humidity
trigger:
@@ -339,8 +342,9 @@ automation:
message: "Hey, I'm turning the purifier off, because humidity is okay"
- service: logbook.log
data:
name: "💨 *Climate Module · Purifier Off"
message: "Turning purifier off - humidity is okay"
name: "💨 Climate Module · Purifier Off · Humidity is okay"
entity_id: fan.philips_airpurifier
domain: fan
homeassistant:
customize:
+3 -2
View File
@@ -15,8 +15,9 @@ automation:
brightness_pct: 100
- service: logbook.log
data:
name: "💡 *Lighting Module · Lights On"
message: "Turning lights on - it's 30 mins to sunset"
name: "💡 Lighting Module · Lights On · 30 mins to sunset"
entity_id: light.on_after_dark
domain: light
- alias: Lighting · Turn off all lights after sunrise
trigger:
+6 -4
View File
@@ -79,8 +79,9 @@ automation:
night_sound: true
- service: logbook.log
data:
name: "🔊 *Media Module · Sonos Mode"
message: "Putting Beam in night mode"
name: "🔊 Media Module · Sonos Mode · Putting Beam in night mode"
entity_id: media_player.living_room
domain: media_player
- alias: Media · Sonos · Put Beam in day mode
trigger:
@@ -93,8 +94,9 @@ automation:
night_sound: false
- service: logbook.log
data:
name: "🔊 *Media Module · Sonos Mode"
message: "Putting Beam in day mode"
name: "🔊 Media Module · Sonos Mode · Putting Beam in day mode"
entity_id: media_player.living_room
domain: media_player
- alias: Media · Sonos · Volume up on bathroom switch click
trigger:
+15 -10
View File
@@ -98,8 +98,9 @@ automation:
entity_id: media_player.living_room
- service: logbook.log
data:
name: "📺 *Media Module · Sonos Group"
message: "TV off - joining Beam to Sonos Group"
name: "📺 Media Module · Sonos Group · TV off - joining Beam to Sonos Group"
entity_id: media_player.living_room
domain: media_player
- alias: TV · State · Sync on TV on
trigger:
@@ -111,8 +112,9 @@ automation:
entity_id: media_player.nvidia_shield
- service: logbook.log
data:
name: "📺 *Media Module · Sync TV state"
message: "Shield on - TV is on"
name: "📺 Media Module · Sync TV state · Turning Shield on - TV is on"
entity_id: media_player.nvidia_shield
domain: media_player
- alias: TV · State · Sync on TV off
@@ -125,8 +127,9 @@ automation:
entity_id: media_player.nvidia_shield
- service: logbook.log
data:
name: "📺 *Media Module · Sync TV state"
message: "Shield off - TV is off"
name: "📺 Media Module · Sync TV state · Turning Shield off - TV is off"
entity_id: media_player.nvidia_shield
domain: media_player
- alias: TV · State · Sync on Shield on
trigger:
@@ -142,8 +145,9 @@ automation:
source: "Shield"
- service: logbook.log
data:
name: "📺 *Media Module · Sync TV state"
message: "TV on - Shield is on"
name: "📺 Media Module · Sync TV state · Turning TV on - Shield is on"
entity_id: media_player.living_room_tv
domain: media_player
- alias: TV · State · Sync on Shield off
@@ -159,8 +163,9 @@ automation:
entity_id: media_player.living_room_tv
- service: logbook.log
data:
name: "📺 *Media Module · Sync TV state"
message: "TV off - Shield is off"
name: "📺 Media Module · Sync TV state · Turning TV off - Shield is off"
entity_id: media_player.living_room_tv
domain: media_player
homeassistant:
customize: