Upgraded to Version 1.0! April Fools!
This commit is contained in:
parent
eab420e27e
commit
02949112e8
|
@ -1 +1 @@
|
|||
0.65.6
|
||||
0.66.0
|
|
@ -169,7 +169,7 @@ group:
|
|||
- sensor.binary_sensor_count
|
||||
- sensor.automation_count
|
||||
- sensor.lights_count
|
||||
- sensor.device_tracker
|
||||
- sensor.tracker_count
|
||||
|
||||
#############################################################
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ tweet_engine_setup:
|
|||
"My Home Assistant has been tested by Travis-CI and {{states('sensor.ccostanhomeassistantconfig_state')}}. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||
"{{((states.sensor.sensor_count.state | int) + (states.sensor.binary_sensor_count.state | int))}} sensors feed my Smart Home #data. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||
"{{states.sensor.automation_count.state}} automations and {{states.sensor.script_count.state}} scripts make my home smart (https://github.com/CCOSTAN/Home-AssistantConfig#logo)",
|
||||
"Nevermind me. I am just keeping track of {{states.sensor.lights_count.state}} lights and {{states.sensor.devices_count.state}} devices in the house. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)"
|
||||
"Nevermind me. I am just keeping track of {{states.sensor.lights_count.state}} lights and {{states.sensor.tracker_count.state}} devices in the house. (https://github.com/CCOSTAN/Home-AssistantConfig#logo)"
|
||||
],
|
||||
|
||||
"door": [
|
||||
|
|
Loading…
Reference in New Issue