Functions | |
| None | _async_reproduce_state (HomeAssistant hass, State state, *Context|None context=None, dict[str, Any]|None reproduce_options=None) |
| None | async_reproduce_states (HomeAssistant hass, Iterable[State] states, *Context|None context=None, dict[str, Any]|None reproduce_options=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | SIMPLE_ATTRIBUTES |
| dictionary | SPEED_AND_MODE_ATTRIBUTES |
| dictionary | VALID_STATES = {STATE_ON, STATE_OFF} |
Reproduce an Fan state.
|
private |
Reproduce a single state.
Definition at line 47 of file reproduce_state.py.
| None homeassistant.components.fan.reproduce_state.async_reproduce_states | ( | HomeAssistant | hass, |
| Iterable[State] | states, | ||
| *Context | None | context = None, |
||
| dict[str, Any] | None | reproduce_options = None |
||
| ) |
Reproduce Fan states.
Definition at line 111 of file reproduce_state.py.
|
private |
Definition at line 31 of file reproduce_state.py.
| dictionary homeassistant.components.fan.reproduce_state.SIMPLE_ATTRIBUTES |
Definition at line 41 of file reproduce_state.py.
| dictionary homeassistant.components.fan.reproduce_state.SPEED_AND_MODE_ATTRIBUTES |
Definition at line 36 of file reproduce_state.py.
| dictionary homeassistant.components.fan.reproduce_state.VALID_STATES = {STATE_ON, STATE_OFF} |
Definition at line 33 of file reproduce_state.py.