Removed attribute current_time from Raincloudy sensors to avoid being triggered by recorder component (#14584)
This commit is contained in:
parent
118c49ecaa
commit
2753dd0c5e
2 changed files with 0 additions and 2 deletions
|
@ -168,7 +168,6 @@ class RainCloudEntity(Entity):
|
|||
"""Return the state attributes."""
|
||||
return {
|
||||
ATTR_ATTRIBUTION: CONF_ATTRIBUTION,
|
||||
'current_time': self.data.current_time,
|
||||
'identifier': self.data.serial,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue