Hi,
I’m using a picture card as a floor plan to show the state of entities such as lights etc. The following is a snip from the code:
type: picture-elements
elements:
- type: state-badge
entity: light.living_room
style:
top: 80%
left: 70%
I would like to show the temperature from one of the sensors but I can’t find the appropriate syntax to do so.
The following is from the dev tools> states (mill integration), and I’m interested in displaying current_temperature:
hvac_modes:
- heat
- 'off'
min_temp: 5
max_temp: 35
target_temp_step: 1
fan_modes:
- 'on'
- 'off'
current_temperature: 21
temperature: 16
fan_mode: 'off'
hvac_action: idle
open_window: null
heating: 0
controlled_by_tibber: 1
heater_generation: 2
room: Kontor
avg_room_temp: 22
friendly_name: Kontor
supported_features: 9
Thanks.