mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-09 00:55:34 +00:00
Close out #408 - Added in Groups and filesize component. Also grouped up the Powerwall device tracker.
This commit is contained in:
parent
922f4651ec
commit
cde6f91442
@ -75,7 +75,7 @@ group:
|
|||||||
- sensor.ha_uptime
|
- sensor.ha_uptime
|
||||||
- sensor.since_last_boot_templated
|
- sensor.since_last_boot_templated
|
||||||
- sensor.disk_use_percent_
|
- sensor.disk_use_percent_
|
||||||
- sensor.database_sensor
|
- sensor.homeassistant_v2db
|
||||||
- sensor.speedtest_download
|
- sensor.speedtest_download
|
||||||
- sensor.speedtest_upload
|
- sensor.speedtest_upload
|
||||||
- binary_sensor.carlowink
|
- binary_sensor.carlowink
|
||||||
@ -141,6 +141,7 @@ group:
|
|||||||
- device_tracker.stacey
|
- device_tracker.stacey
|
||||||
- device_tracker.study_ap
|
- device_tracker.study_ap
|
||||||
- device_tracker.tablotv
|
- device_tracker.tablotv
|
||||||
|
- device_tracker.tesla_powerwall
|
||||||
- device_tracker.unifi_ap_office
|
- device_tracker.unifi_ap_office
|
||||||
- device_tracker.wii
|
- device_tracker.wii
|
||||||
- device_tracker.withings_scale
|
- device_tracker.withings_scale
|
||||||
|
@ -4,6 +4,18 @@
|
|||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
######################################################################################################
|
######################################################################################################
|
||||||
|
|
||||||
|
#-------------------------------------------
|
||||||
|
group:
|
||||||
|
Power:
|
||||||
|
entities:
|
||||||
|
- sensor.powerwall_battery_capacity
|
||||||
|
- sensor.powerwall_battery_now
|
||||||
|
- sensor.grid_now
|
||||||
|
- sensor.house_now
|
||||||
|
- sensor.solar_now
|
||||||
|
- camera.grafana_solar_graph
|
||||||
|
#-------------------------------------------
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
|
|
||||||
- platform: rest
|
- platform: rest
|
||||||
@ -47,16 +59,6 @@ sensor:
|
|||||||
unit_of_measurement: W
|
unit_of_measurement: W
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
group:
|
|
||||||
Power:
|
|
||||||
entities:
|
|
||||||
- sensor.powerwall_battery_capacity
|
|
||||||
- sensor.powerwall_battery_now
|
|
||||||
- sensor.grid_now
|
|
||||||
- sensor.house_now
|
|
||||||
- sensor.solar_now
|
|
||||||
- camera.grafana_solar_graph
|
|
||||||
#-------------------------------------------
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# automation:
|
# automation:
|
||||||
|
@ -47,7 +47,7 @@ tweet_engine_setup:
|
|||||||
"When you add it all up, I have spoken for about {{ states.sensor.speech_time.attributes.value|replace('m', '') }} minutes in the last 24 hours!",
|
"When you add it all up, I have spoken for about {{ states.sensor.speech_time.attributes.value|replace('m', '') }} minutes in the last 24 hours!",
|
||||||
"The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
|
"The #Docker Host has been running for {{ states('sensor.since_last_boot_templated') }} (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
|
||||||
"The #Docker Host for Home Assistant is using {{ states('sensor.disk_use_percent_') }}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
|
"The #Docker Host for Home Assistant is using {{ states('sensor.disk_use_percent_') }}% of the hard drive currently. (http://www.vmwareinfo.com/2018/02/journey-to-docker.html)",
|
||||||
"My Home Assistant Database is currently using {{ states('sensor.database_sensor') }} MBs. I will have to keep an eye on that.",
|
"My Home Assistant Database is currently using {{ states(' sensor.homeassistant_v2db') }} MBs. I will have to keep an eye on that.",
|
||||||
"I am running Home Assistant version {{ states('sensor.ha_installed_version') }} (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"I am running Home Assistant version {{ states('sensor.ha_installed_version') }} (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"Home Assistant has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"Home Assistant has been running for {{ states('sensor.ha_uptime') }}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
"My Home Assistant has been tested by Travis-CI and {{states('sensor.ccostanhomeassistantconfig_state')}}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
"My Home Assistant has been tested by Travis-CI and {{states('sensor.ccostanhomeassistantconfig_state')}}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user