Breaking changes update.
This commit is contained in:
parent
dd463a2d96
commit
7589cd7ca4
|
@ -178,7 +178,7 @@ sensor.date:
|
|||
|
||||
|
||||
|
||||
sensor.disk_used_:
|
||||
sensor.disk_use_percent_:
|
||||
friendly_name: 'Disk Usage'
|
||||
|
||||
hidden: False
|
||||
|
|
|
@ -75,7 +75,7 @@ group:
|
|||
- sensor.ha_installed_version
|
||||
- sensor.ha_uptime
|
||||
- sensor.since_last_boot_templated
|
||||
- sensor.disk_used_
|
||||
- sensor.disk_use_percent_
|
||||
- sensor.database_sensor
|
||||
- sensor.speedtest_download
|
||||
- sensor.speedtest_upload
|
||||
|
|
|
@ -164,7 +164,7 @@ automation:
|
|||
"Pi-hole (http://www.pi-hole.net) has serviced {{states.sensor.pihole_dns_queries_today.state}} DNS requests today! #PiZero",
|
||||
"{{states.sensor.doorbell_presses.state}} people came to the door today and pressed the bell.",
|
||||
"The #Docker Host has been running for {{states.sensor.since_last_boot_templated.state}}",
|
||||
"The #Docker Host for Home Assistant is using {{states.sensor.disk_used_.state}}% of the hard drive currently. ",
|
||||
"The #Docker Host for Home Assistant is using {{states.sensor.disk_use_percent_.state}}% of the hard drive currently. ",
|
||||
"My Home Assistant Database is currently using {{states.sensor.database_sensor.state}} MBs. To get this #Stat for your HA, visit (https://github.com/robmarkcole/HASS-filesize-sensor)",
|
||||
"The {{states.media_player.living_room_ultra.attributes.friendly_name}} #Roku is playing #{{states.media_player.living_room_ultra.attributes.app_name}}.",
|
||||
"The {{states.media_player.upstairs_living_room.attributes.friendly_name}} #Roku is playing #{{states.media_player.upstairs_living_room.attributes.app_name}}. (http://amzn.to/2lYZEup)",
|
||||
|
|
Loading…
Reference in New Issue