Closes #729 - Added in Lines of Code Snesor and Tweets

This commit is contained in:
ccostan
2020-05-23 15:10:13 -04:00
parent 1adc15041c
commit 293edad13e
2 changed files with 8 additions and 3 deletions

View File

@@ -39,6 +39,10 @@ sensor:
# - forks
- stargazers_count
- platform: command_line
name: Lines of Code
command: "find /config -name '*.yaml' | xargs cat | wc -l"
scan_interval: 20000
- platform: history_stats
name: Doorbell Presses
@@ -142,7 +146,6 @@ sensor:
value_template: >
{{ states.camera | list | count }}
group:
tweet_stats:
entities:
@@ -152,6 +155,7 @@ group:
- sensor.speech_time
- sensor.tv_time
- sensor.bolt_charging_time
- sensor.lines_of_code
- sensor.sensor_count
- sensor.script_count
- sensor.binary_sensor_count