diff --git a/examples/rtl_433_mqtt_hass.py b/examples/rtl_433_mqtt_hass.py index 303bcf698..6e0e7692f 100755 --- a/examples/rtl_433_mqtt_hass.py +++ b/examples/rtl_433_mqtt_hass.py @@ -225,6 +225,19 @@ } }, + "supercap_V": { + "device_type": "sensor", + "object_suffix": "V", + "config": { + "device_class": "voltage", + "name": "Supercap V", + "unit_of_measurement": "V", + "value_template": "{{ float(value) }}", + "state_class": "measurement", + "entity_category": "diagnostic" + } + }, + "humidity": { "device_type": "sensor", "object_suffix": "H",