We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34c41b4 + edc8df6 commit da35ed5Copy full SHA for da35ed5
1 file changed
custom_components/isc/sensor.py
@@ -95,6 +95,7 @@ def __init__(self, hass, config):
95
}
96
97
self.entity_id = async_generate_entity_id(ENTITY_ID_FORMAT, "ics_" + str(config.get(CONF_ID)), hass=hass)
98
+ self._attr_unique_id = self.entity_id
99
100
@property
101
def name(self):
0 commit comments