Closes #1401
This commit is contained in:
parent
38a854a961
commit
6b5ae027f7
|
@ -69,7 +69,7 @@ As of 2018, I have migrated everything to a Docker based platform. You can read
|
|||
* [Docker](https://Docker.com) - Docker runs on a Ubuntu Server Core base. [Video on Ubuntu Upgrades](https://youtu.be/w-YNtU1qtlk)
|
||||
* [Youtube Video on Upgrading Home Assistant in Docker](https://youtu.be/ipatCbsY-54) - Be sure to Subscribe to get all Home Assistant videos.
|
||||
* [Home Assistant Container](https://home-assistant.io/) - It all starts here.
|
||||
* The amazing [Floorplan](https://github.com/pkozul/ha-floorplan) project to help visualize my smarthome.
|
||||
* The amazing [Floorplan](https://github.com/ExperienceLovelace/ha-floorplan) project to help visualize my smarthome.
|
||||
* SSL via [SSLS](https://SSLS.com) - 5 Bucks A Year! - Keeps me safe! - [Youtube Video on Port Forwarding](https://youtu.be/y5NOP1F-xGU) - On my Arris TG1682 Modem
|
||||
* [Docker-Compose.yaml](https://github.com/CCOSTAN/Docker_Support) - Realtime list of all the Containers.
|
||||
* [Dasher Container](https://github.com/maddox/dasher) to leverage those cheap [Amazon Dash Buttons](https://youtu.be/rwQVe6sIi9w)
|
||||
|
|
|
@ -1 +1 @@
|
|||
2024.1.0
|
||||
2024.3.0
|
|
@ -55,12 +55,6 @@
|
|||
|
||||
- service: script.interior_off
|
||||
|
||||
- wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"
|
||||
timeout: '00:30:00'
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: group.landscaping
|
||||
|
||||
- alias: 'Bed Presence AMP Trigger'
|
||||
id: 26846f7b-bc76-43d2-99be-af552d2300f
|
||||
trigger:
|
||||
|
@ -90,7 +84,8 @@
|
|||
entity_id:
|
||||
- switch.kitchen_accent_2
|
||||
- group.master_bathroom_accents
|
||||
|
||||
- group.landscaping
|
||||
|
||||
default:
|
||||
- service: homeassistant.turn_on
|
||||
target:
|
||||
|
|
|
@ -7,24 +7,6 @@
|
|||
######################################################################################################
|
||||
|
||||
|
||||
# Moved to UI
|
||||
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
||||
# - platform: flux_led
|
||||
# automatic_add: True
|
||||
# devices:
|
||||
# 192.168.10.30:
|
||||
# name: led_garage_snip
|
||||
# mode: "rgb"
|
||||
# 192.168.10.31:
|
||||
# name: led_outdoor_den
|
||||
# mode: "rgb"
|
||||
# 192.168.10.32:
|
||||
# name: led_garage_large
|
||||
# mode: "rgb"
|
||||
# 192.168.10.33:
|
||||
# name: led_garage_small
|
||||
# mode: "rgb"
|
||||
|
||||
- platform: group
|
||||
name: Kitchen Lights
|
||||
entities:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Floorplan for Home Assistant
|
||||
Version: 1.0.8.3
|
||||
By Petar Kozul
|
||||
https://github.com/pkozul/ha-floorplan
|
||||
https://github.com/ExperienceLovelace/ha-floorplan
|
||||
-->
|
||||
|
||||
<script src="lib/jquery-3.3.1.min.js"></script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Floorplan for Home Assistant
|
||||
Version: 1.0.7.57
|
||||
By Petar Kozul
|
||||
https://github.com/pkozul/ha-floorplan
|
||||
https://github.com/ExperienceLovelace/ha-floorplan
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Floorplan Fully Kiosk for Home Assistant
|
||||
Version: 1.0.7.50
|
||||
By Petar Kozul
|
||||
https://github.com/pkozul/ha-floorplan
|
||||
https://github.com/ExperienceLovelace/ha-floorplan
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
|
Loading…
Reference in New Issue