Compare commits
4 Commits
17444984bb
...
253967d369
Author | SHA1 | Date |
---|---|---|
github-actions[bot] | 253967d369 | |
Carlo Costanzo | 104a8b789a | |
github-actions[bot] | fc3ec0c195 | |
CCOSTAN | 82b4ac40ef |
|
@ -78,8 +78,6 @@ 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)
|
||||
|
||||
![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>).
|
||||
Here is how all the parts talk to each other. Keep reading to see code examples and explanations.
|
||||
|
|
|
@ -15,3 +15,15 @@ media_players:
|
|||
- media_player.stacey_bedroom
|
||||
- media_player.carlo_bedroom
|
||||
- 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
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ interior_off:
|
|||
- group.interior_lights
|
||||
- group.interior_switches
|
||||
- switch.lr_amp
|
||||
- media_player.samsung_q70_series_65
|
||||
- group.tvs
|
||||
- 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.noon_lights_off # Noon Home Smart Lights (https://amzn.to/3fOIPx6)
|
||||
|
|
|
@ -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">
|
||||
<title>2024.12.5</title>
|
||||
<linearGradient id="DVziX" x2="0" y2="100%">
|
||||
<linearGradient id="BgrHH" x2="0" y2="100%">
|
||||
<stop offset="0" stop-opacity=".1" stop-color="#EEE"/>
|
||||
<stop offset="1" stop-opacity=".1"/>
|
||||
</linearGradient>
|
||||
<mask id="hIyyw"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#hIyyw)">
|
||||
<mask id="ZJKBC"><rect width="685" height="200" rx="30" fill="#FFF"/></mask>
|
||||
<g mask="url(#ZJKBC)">
|
||||
<rect width="685" height="200" fill="#08C" x="0"/>
|
||||
<rect width="685" height="200" fill="url(#DVziX)"/>
|
||||
<rect width="685" height="200" fill="url(#BgrHH)"/>
|
||||
</g>
|
||||
<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>
|
||||
|
|
Before Width: | Height: | Size: 815 B After Width: | Height: | Size: 815 B |
Loading…
Reference in New Issue