diff --git a/config/floorplan-lovelace.yaml b/config/floorplan-lovelace.yaml index fe15a59..654ba56 100644 --- a/config/floorplan-lovelace.yaml +++ b/config/floorplan-lovelace.yaml @@ -13,7 +13,33 @@ views: cards: - type: 'custom:config-template-card' entities: + - light.living_room_main_lights + - light.pc + - light.master_bedroom_main_lights - light.bed_led + - light.bedside_light + - light.tuya_kitchen_main_lights + - light.tuya_kitchen_secondary_lights + - light.tuya_hallway_entrance_lights + - light.tuya_hallway_main_lights + + - media_player.living_room + - media_player.master_bedroom + - media_player.kitchen + - media_player.bathroom + - media_player.nvidia_shield + + - switch.camera + - binary_sensor.titanium + - sensor.synology_dsm_type_volume_1 + - binary_sensor.living_room_right_window_on_off_wrapper + + - fan.philips_airpurifier + - sensor.bedroom_weather_temperature + - binary_sensor.bedroom_right_window_on_off_wrapper + + - binary_sensor.motion_1_ias_zone + - binary_sensor.motion_2_ias_zone card: type: picture-elements image: /local/images/floorplan/floorplan_night_transparent.png diff --git a/config/lovelace/floorplan-dashboard/picture_elements/sensors.yaml b/config/lovelace/floorplan-dashboard/picture_elements/sensors.yaml index 4c2a373..7fae522 100644 --- a/config/lovelace/floorplan-dashboard/picture_elements/sensors.yaml +++ b/config/lovelace/floorplan-dashboard/picture_elements/sensors.yaml @@ -184,4 +184,5 @@ background-color: '${ states[''light.bed_led''].attributes.rgb_color ? "rgb(" + states[''light.bed_led''].attributes.rgb_color[0] + "," + states[''light.bed_led''].attributes.rgb_color[1] + "," + states[''light.bed_led''].attributes.rgb_color[2] + ")" : "rgba(0, 0, 0, 0)" }' color: transparent - box-shadow: '${ states[''light.bed_led''].attributes.rgb_color ? "0 0 10px 5px rgba(" + states[''light.bed_led''].attributes.rgb_color[0] + "," + states[''light.bed_led''].attributes.rgb_color[1] + "," + states[''light.bed_led''].attributes.rgb_color[2] + ",0.7)" : "none" }' + box-shadow: '${ states[''light.bed_led''].attributes.rgb_color ? "0 0 7px 4px rgb(" + states[''light.bed_led''].attributes.rgb_color[0] + "," + states[''light.bed_led''].attributes.rgb_color[1] + "," + states[''light.bed_led''].attributes.rgb_color[2] + ")" : "none" }' + opacity: 0.6 diff --git a/config/packages/modules/lighting/zha.yaml b/config/packages/modules/lighting/zha.yaml index cc6c089..8bcaea3 100644 --- a/config/packages/modules/lighting/zha.yaml +++ b/config/packages/modules/lighting/zha.yaml @@ -2,4 +2,4 @@ homeassistant: customize: light.bed_led: friendly_name: Bed LED - icon: mdi:led-strip + icon: bha:led-strip