Timer storage based collection.
Definition at line 174 of file __init__.py.
◆ _get_suggested_id()
| str homeassistant.components.timer.TimerStorageCollection._get_suggested_id |
( |
|
self, |
|
|
dict |
info |
|
) |
| |
|
private |
Suggest an ID based on the config.
Definition at line 187 of file __init__.py.
◆ _process_create_data()
| dict homeassistant.components.timer.TimerStorageCollection._process_create_data |
( |
|
self, |
|
|
dict |
data |
|
) |
| |
|
private |
Validate the config is valid.
Definition at line 179 of file __init__.py.
◆ _update_data()
| dict homeassistant.components.timer.TimerStorageCollection._update_data |
( |
|
self, |
|
|
dict |
item, |
|
|
dict |
update_data |
|
) |
| |
|
private |
Return a new updated data object.
Definition at line 191 of file __init__.py.
◆ CREATE_UPDATE_SCHEMA
| homeassistant.components.timer.TimerStorageCollection.CREATE_UPDATE_SCHEMA = vol.Schema(STORAGE_FIELDS) |
|
static |
The documentation for this class was generated from the following file: