mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Use entity_id attribute
This commit is contained in:
@@ -85,7 +85,7 @@ def setup(hass, config):
|
||||
|
||||
measurement = state.attributes.get('unit_of_measurement')
|
||||
if measurement in (None, ''):
|
||||
measurement = '{}.{}'.format(state.domain, state.object_id)
|
||||
measurement = state.entity_id
|
||||
|
||||
json_body = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user