Hello,
I have a Ring doorbell! and I need it to show the sensor.ring_front_door_battery Value!
Into this basic ui-lovelace setup
- title: Doorbell
icon: mdi:bell-outline
panel: true
cards:- type: picture-glance
title: Front Door
entities:
- binary_sensor.ring_front_door_motion
- binary_sensor.ring_front_door_ding
- sensor.ring_front_door_battery
camera_image: camera.front_door
- type: picture-glance
How can I do this? any Idea?