From 6b5ae027f72dd2d454fd5698ebfb9368e9449fa2 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Thu, 7 Mar 2024 17:25:23 +0000 Subject: [PATCH] Closes #1401 --- README.md | 2 +- config/.HA_VERSION | 2 +- config/automation/good_night.yaml | 9 ++------- config/light_groups.yaml | 18 ------------------ .../www/custom_ui/floorplan/ha-floorplan.html | 2 +- .../www/custom_ui/floorplan/lib/floorplan.js | 2 +- .../www/custom_ui/floorplan/lib/fully-kiosk.js | 2 +- 7 files changed, 7 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 631560fe..dca29705 100755 --- a/README.md +++ b/README.md @@ -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) diff --git a/config/.HA_VERSION b/config/.HA_VERSION index f96d3c43..b6503254 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -2024.1.0 \ No newline at end of file +2024.3.0 \ No newline at end of file diff --git a/config/automation/good_night.yaml b/config/automation/good_night.yaml index 5030c905..4442b7d1 100755 --- a/config/automation/good_night.yaml +++ b/config/automation/good_night.yaml @@ -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: diff --git a/config/light_groups.yaml b/config/light_groups.yaml index 12324c31..698acfc0 100755 --- a/config/light_groups.yaml +++ b/config/light_groups.yaml @@ -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: diff --git a/config/www/custom_ui/floorplan/ha-floorplan.html b/config/www/custom_ui/floorplan/ha-floorplan.html index cd262ade..f23cad71 100755 --- a/config/www/custom_ui/floorplan/ha-floorplan.html +++ b/config/www/custom_ui/floorplan/ha-floorplan.html @@ -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 --> diff --git a/config/www/custom_ui/floorplan/lib/floorplan.js b/config/www/custom_ui/floorplan/lib/floorplan.js index b911fe4c..8c359eaa 100755 --- a/config/www/custom_ui/floorplan/lib/floorplan.js +++ b/config/www/custom_ui/floorplan/lib/floorplan.js @@ -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'; diff --git a/config/www/custom_ui/floorplan/lib/fully-kiosk.js b/config/www/custom_ui/floorplan/lib/fully-kiosk.js index 7ec9e473..ef684c98 100755 --- a/config/www/custom_ui/floorplan/lib/fully-kiosk.js +++ b/config/www/custom_ui/floorplan/lib/fully-kiosk.js @@ -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';