Functions | |
| CALLBACK_TYPE | async_enable_report_state (HomeAssistant hass, AbstractConfig google_config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | INITIAL_REPORT_DELAY = 60 |
| int | REPORT_STATE_WINDOW = 1 |
Google Report State implementation.
| CALLBACK_TYPE homeassistant.components.google_assistant.report_state.async_enable_report_state | ( | HomeAssistant | hass, |
| AbstractConfig | google_config | ||
| ) |
Enable state and notification reporting.
Definition at line 41 of file report_state.py.
|
private |
Definition at line 37 of file report_state.py.
| int homeassistant.components.google_assistant.report_state.INITIAL_REPORT_DELAY = 60 |
Definition at line 32 of file report_state.py.
| int homeassistant.components.google_assistant.report_state.REPORT_STATE_WINDOW = 1 |
Definition at line 35 of file report_state.py.