diff --git a/config/.HA_VERSION b/config/.HA_VERSION index 6e5d66a3..e34503a4 100755 --- a/config/.HA_VERSION +++ b/config/.HA_VERSION @@ -1 +1 @@ -0.116.4 \ No newline at end of file +0.117.1 \ No newline at end of file diff --git a/config/automation/Timed_Triggers/sunset_turn_on.yaml b/config/automation/Timed_Triggers/sunset_turn_on.yaml index ae5082e7..eaff12a9 100755 --- a/config/automation/Timed_Triggers/sunset_turn_on.yaml +++ b/config/automation/Timed_Triggers/sunset_turn_on.yaml @@ -59,6 +59,7 @@ - service: homeassistant.turn_on entity_id: - switch.front_landscaping + - switch.villaneri - light.bedroom - group.outdoor_seasonal - service: script.monthly_color_scene diff --git a/config/packages/landscape_lighting.yaml b/config/packages/landscape_lighting.yaml index 88601eb7..6cbaf7e2 100755 --- a/config/packages/landscape_lighting.yaml +++ b/config/packages/landscape_lighting.yaml @@ -11,6 +11,7 @@ group: entities: - switch.front_landscaping - switch.back_landscaping + - switch.villaneri #------------------------------------------- # Automation : Added to Sunset_ON # Automation : Added to Sunset_OFF diff --git a/config/script/front_house_motion.yaml b/config/script/front_house_motion.yaml index 4e7e5e23..04b2fbec 100755 --- a/config/script/front_house_motion.yaml +++ b/config/script/front_house_motion.yaml @@ -24,10 +24,9 @@ front_house_motion: value1: 'Motion has been detected by the front door.' - service: scene.turn_on entity_id: scene.front_full_brightness - - service: switch.turn_on + - service: homeassistant.turn_on entity_id: - - switch.back_landscaping - - switch.front_landscaping + - group.landscaping - service: light.turn_on data: entity_id: diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 818556fd..4900a1ec 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index ae16bb43..d490c130 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ