Compare commits

..

No commits in common. "253967d369b46c657af46ecfea06d341d1f735b4" and "17444984bbb5bc509767cdf3677c3bfcfbf64048" have entirely different histories.

4 changed files with 7 additions and 17 deletions

View File

@ -78,6 +78,8 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
* [Unifi controller Container to manage](https://github.com/jacobalberty/unifi-docker) [APs](https://amzn.to/2mBSfE9) * [Unifi controller Container to manage](https://github.com/jacobalberty/unifi-docker) [APs](https://amzn.to/2mBSfE9)
![Screenshot of SmartHome](https://lh3.googleusercontent.com/-vKGF5gdz_VY/WVpP7qjsmjI/AAAAAAADVZ4/sGyiS1PjouUQxrEbWVfot6raxcElv4r-wCHMYCw/s1600/clip_image001%255B4%255D) ![Screenshot of SmartHome](https://lh3.googleusercontent.com/-vKGF5gdz_VY/WVpP7qjsmjI/AAAAAAADVZ4/sGyiS1PjouUQxrEbWVfot6raxcElv4r-wCHMYCw/s1600/clip_image001%255B4%255D)
Lots of my gear comes from [BetaBound](https://goo.gl/0vxT8A) for Beta Testing and reviews.
Be sure to use the referral code 'Reliable jaguar' so we both get priority for Beta Tests!
#### <a name="diagram"></a>Smart Home Diagram - Get your icons (<a href="https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html">here</a>). #### <a name="diagram"></a>Smart Home Diagram - Get your icons (<a href="https://www.vcloudinfo.com/2018/07/the-bear-stone-home-assistant-icon.html">here</a>).
Here is how all the parts talk to each other. Keep reading to see code examples and explanations. Here is how all the parts talk to each other. Keep reading to see code examples and explanations.

View File

@ -15,15 +15,3 @@ media_players:
- media_player.stacey_bedroom - media_player.stacey_bedroom
- media_player.carlo_bedroom - media_player.carlo_bedroom
- media_player.master_bathroom - media_player.master_bathroom
tvs:
entities:
- media_player.samsung_q70_series_65
- media_player.carlo_s_samsung_tv_2020_q
- media_player.fireplaceroku
- media_player.living_room_ultra
- media_player.roku_3810x_923c
- media_player.roku_living_room
- media_player.tv_samsung_q70_series_65
- media_player.upstairs_living_room

View File

@ -12,7 +12,7 @@ interior_off:
- group.interior_lights - group.interior_lights
- group.interior_switches - group.interior_switches
- switch.lr_amp - switch.lr_amp
- group.tvs - media_player.samsung_q70_series_65
- service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy) - service: script.paige_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
- service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy) - service: script.garage_lights_off # C by GE Lights (https://amzn.to/30w3UWy)
# - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6) # - service: script.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)

View File

@ -1,13 +1,13 @@
<svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2024.12.5"> <svg width="68.5" height="20" viewBox="0 0 685 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="2024.12.5">
<title>2024.12.5</title> <title>2024.12.5</title>
<linearGradient id="BgrHH" x2="0" y2="100%"> <linearGradient id="DVziX" x2="0" y2="100%">
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/> <stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
<stop offset="1" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/>
</linearGradient> </linearGradient>
<mask id="ZJKBC"><rect width="685" height="200" rx="30" fill="#FFF"/></mask> <mask id="hIyyw"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
<g mask="url(#ZJKBC)"> <g mask="url(#hIyyw)">
<rect width="685" height="200" fill="#08C" x="0"/> <rect width="685" height="200" fill="#08C" x="0"/>
<rect width="685" height="200" fill="url(#BgrHH)"/> <rect width="685" height="200" fill="url(#DVziX)"/>
</g> </g>
<g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110"> <g aria-hidden="true" fill="#fff" text-anchor="start" font-family="Verdana,DejaVu Sans,sans-serif" font-size="110">
<text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2024.12.5</text> <text x="65" y="148" textLength="570" fill="#000" opacity="0.25">2024.12.5</text>

Before

Width:  |  Height:  |  Size: 815 B

After

Width:  |  Height:  |  Size: 815 B