Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_assistant.report_state Namespace Reference

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
 

Detailed Description

Google Report State implementation.

Function Documentation

◆ async_enable_report_state()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.google_assistant.report_state._LOGGER = logging.getLogger(__name__)
private

Definition at line 37 of file report_state.py.

◆ INITIAL_REPORT_DELAY

int homeassistant.components.google_assistant.report_state.INITIAL_REPORT_DELAY = 60

Definition at line 32 of file report_state.py.

◆ REPORT_STATE_WINDOW

int homeassistant.components.google_assistant.report_state.REPORT_STATE_WINDOW = 1

Definition at line 35 of file report_state.py.