diff --git a/automation/System/device_status.yaml b/automation/System/device_status.yaml index 3149a4e0..f407a9cb 100755 --- a/automation/System/device_status.yaml +++ b/automation/System/device_status.yaml @@ -24,7 +24,7 @@ - sensor.actiontechap - sensor.small_garage - sensor.large_garage - - sensor.led_rgb_garage_left + - sensor.led_rgb_garage_large - sensor.led_rgb_garage_small - sensor.led_rgb_outdoor_den #- sensor.withings_scale diff --git a/configuration.yaml b/configuration.yaml index db362d83..b008a7d7 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -38,7 +38,7 @@ light: automatic_add: True devices: 192.168.10.91: - name: Garage_Left + name: garage_large mode: "rgb" emulated_hue: diff --git a/customize/device_tracker.yaml b/customize/device_tracker.yaml index 3075cda5..ca0af5e3 100755 --- a/customize/device_tracker.yaml +++ b/customize/device_tracker.yaml @@ -75,7 +75,7 @@ device_tracker.hue_hub: -device_tracker.led_rgb_garage_left: +device_tracker.led_rgb_garage_large: friendly_name: 'Led Rgb Garage Left' emulated_hue: False hidden: True diff --git a/customize/lights.yaml b/customize/lights.yaml index 0881abdb..d75b0836 100755 --- a/customize/lights.yaml +++ b/customize/lights.yaml @@ -73,7 +73,7 @@ light.garage_attic: emulated_hue: False hidden: False -light.garage_left: +light.garage_large: friendly_name: 'Garage Left' emulated_hue: True hidden: False diff --git a/customize/sensors.yaml b/customize/sensors.yaml index bdde250b..70c16691 100755 --- a/customize/sensors.yaml +++ b/customize/sensors.yaml @@ -285,7 +285,7 @@ sensor.rachio: icon: mdi:spray -sensor.rgb_led_garage_left: +sensor.rgb_led_garage_large: friendly_name: 'Rgb Led Garage Left' emulated_hue: False hidden: False diff --git a/group/lights.yaml b/group/lights.yaml index c4fda317..bcd67f99 100755 --- a/group/lights.yaml +++ b/group/lights.yaml @@ -70,7 +70,7 @@ Outdoor Front Lights: - light.outdoor_sconce_1 - light.outdoor_sconce_2 - light.outdoor_sconce_3 - - light.garage_left + - light.garage_large # - light.garage_small # - light.outdoor_den diff --git a/group/network.yaml b/group/network.yaml index 62e67097..a5694b22 100755 --- a/group/network.yaml +++ b/group/network.yaml @@ -21,7 +21,7 @@ Network: - sensor.nest_downstairs - sensor.large_garage - sensor.small_garage - - sensor.led_rgb_garage_left + - sensor.led_rgb_garage_large - sensor.led_rgb_garage_small - sensor.led_rgb_outdoor_den - sensor.withings_scale diff --git a/sensor/devices.yaml b/sensor/devices.yaml index c229823c..28103d91 100755 --- a/sensor/devices.yaml +++ b/sensor/devices.yaml @@ -72,9 +72,9 @@ friendly_name: 'RGB LED Outdoor Den' value_template: "{{ 'Online' if is_state('device_tracker.rgb_led_outdoor_den', 'home') else 'Offline' }}" - rgb_led_garage_left: + rgb_led_garage_large: friendly_name: 'RGB LED Garage Left' - value_template: "{{ 'Online' if is_state('device_tracker.rgb_led_garage_left', 'home') else 'Offline' }}" + value_template: "{{ 'Online' if is_state('device_tracker.rgb_led_garage_large', 'home') else 'Offline' }}" rgb_led_garage_small: friendly_name: 'RGB LED Garage Small'