|
aqara 人體光暗感應電量顯示報錯, 請問如何解決? 謝謝
WARNING (MainThread) [homeassistant.components.sensor.template] Could not render template 廁所感應電量, the state is unknown.
- platform: template
sensors:
battery_level_motion_sensor3_humidity:
friendly_name: '廁所感應電量'
value_template: '{{ states.binary_binary_sensor.motion_sensor_158d0001a2491x.attributes.battery_level|round(2) }}'
unit_of_measurement: "%"
entity_id:
- binary_sensor.motion_sensor_158d0001a2491x |
|