Floorplan icons tweak

This commit is contained in:
2020-04-20 12:56:17 +03:00
parent 24e1834bd9
commit ab4d1a9971
2 changed files with 11 additions and 11 deletions
@@ -102,7 +102,7 @@
- type: state-label - type: state-label
entity: sensor.bedroom_weather_temperature entity: sensor.bedroom_weather_temperature
style: style:
top: 38% top: 41%
left: 75% left: 75%
color: "#000" color: "#000"
border-radius: 6px border-radius: 6px
@@ -156,7 +156,7 @@
template: floorplan_state_icon template: floorplan_state_icon
variables: variables:
- entity: binary_sensor.motion_2_ias_zone - entity: binary_sensor.motion_2_ias_zone
- top: 31% - top: 34%
- left: 54% - left: 54%
- tap_action: - tap_action:
action: more-info action: more-info
@@ -1,10 +1,10 @@
# Dark mode override # Dark mode override
- type: image
entity: input_boolean.floorplan_night_mode - type: custom:decluttering-card
tap_action: template: floorplan_state_with_icon
action: toggle variables:
image: /local/images/floorplan/transparent.png - entity: input_boolean.floorplan_night_mode
style: - top: 3.2%
top: 1% - left: 1.8%
left: 1% - icon: mdi:white-balance-sunny
width: 10%