diff --git a/README.md b/README.md index 76022c9e..4af61a95 100755 --- a/README.md +++ b/README.md @@ -418,7 +418,13 @@ Speech Macros are called by automation scripts - /script/speech_engine.yaml< Digital Cuckoo Clock that goes off each hour and on the half just like a real Cuckoo Clock.

Cuckoo Clock - /config/automation/System/CucKoo_Clock.yaml
+ +

+YouTube Videos related to Voice.

+ +UnPacking how I use yaml scripting for Volume Control


+ Once you can teach your house to talk, you just keep expanding on it's vocabulary. It's addicting. :) diff --git a/config/packages/network.yaml b/config/packages/network.yaml index 808419fa..6fd23ba6 100755 --- a/config/packages/network.yaml +++ b/config/packages/network.yaml @@ -71,6 +71,7 @@ group: network: entities: - sensor.ha_installed_version + - sensor.github_stats - sensor.ccostanhomeassistantconfig_state - sensor.ha_uptime - sensor.since_last_boot_templated diff --git a/config/script/README.md b/config/script/README.md index ea316065..2d4a3b31 100755 --- a/config/script/README.md +++ b/config/script/README.md @@ -13,6 +13,9 @@

The Scripts in this folder are basically reusable. That's my philosophy on scripts. Pass them variables and then have them run different things based on those variables. But when you need to make a global change, you can just visit the single script.

+ +You can check out my Video unpacking some of my Speech engine here : +

diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index 32e415b4..c4c44e8f 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -144,6 +144,7 @@ tweet_engine_setup: "/config/www/custom_ui/floorplan/images/branding/repo_ad4.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad2.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad3.png", + "/config/www/custom_ui/floorplan/images/branding/voice_talk.png", "/config/www/custom_ui/floorplan/images/branding/repo_ad.png" ], diff --git a/config/www/custom_ui/floorplan/images/branding/voice_talk.png b/config/www/custom_ui/floorplan/images/branding/voice_talk.png new file mode 100755 index 00000000..c75f1e59 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/voice_talk.png differ