This commit is contained in:
parent
6dbbc93145
commit
3cb6618f87
|
@ -418,7 +418,13 @@ Speech Macros are called by automation scripts - /script/speech_engine.yaml</a><
|
|||
<summary>Digital Cuckoo Clock that goes off each hour and on the half just like a real Cuckoo Clock.</summary><p align="center">
|
||||
<a href=https://github.com/CCOSTAN/Home-AssistantConfig/blob/master/config/automation/System/CucKoo_Clock.yaml>
|
||||
Cuckoo Clock - /config/automation/System/CucKoo_Clock.yaml</a><br>
|
||||
</details>
|
||||
<details>
|
||||
<summary>YouTube Videos related to Voice.</summary><p align="center">
|
||||
<a href=https://www.vcloudinfo.com/2018/12/breaking-down-my-home-assistant-volume.html>
|
||||
UnPacking how I use yaml scripting for Volume Control</a><br>
|
||||
</details><br>
|
||||
|
||||
Once you can teach your house to talk, you just keep expanding on it's vocabulary. It's addicting. :)
|
||||
</td></tr>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
</div>
|
||||
<p><font size="3">
|
||||
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. </p>
|
||||
|
||||
You can check out my Video unpacking some of my Speech engine <a href="https://www.vcloudinfo.com/2018/12/breaking-down-my-home-assistant-volume.html"> here </a>:
|
||||
|
||||
<div align="center"><a name="menu"></a>
|
||||
<h4>
|
||||
<a href="http://www.vCloudInfo.com/search/label/iot">
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
Loading…
Reference in New Issue