Fix callback and async (#31281)
* Fix callback and async * Fix a return * Fix test * Fix mqtt tests * Fix some more callbacks
This commit is contained in:
parent
ee602e40a6
commit
e9e44dbd97
90 changed files with 627 additions and 883 deletions
|
@ -326,6 +326,7 @@ class InputDatetime(RestoreEntity):
|
|||
"""Return unique id of the entity."""
|
||||
return self._config[CONF_ID]
|
||||
|
||||
@callback
|
||||
def async_set_datetime(self, date_val, time_val):
|
||||
"""Set a new date / time."""
|
||||
if self.has_date and self.has_time and date_val and time_val:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue