This commit is contained in:
Johannes
2023-02-13 19:17:33 +01:00
committed by GitHub
parent 8e48a27745
commit 6c70830ab6
3 changed files with 9 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ class Entity(object):
self.assumedState = entity_input_config.get("assumed_state", False)
self.stype = entity_input_config.get("type")
self.value = entity_input_config.get("value")
self.sleepTimeout = entity_input_config.get("sleepTimeout")
self.data = entity_input_config.get("data", {})
self.entity_input_config = entity_input_config