Functions | |
| None | async_reproduce_state (HomeAssistant hass, State|Iterable[State] states, *Context|None context=None, dict[str, Any]|None reproduce_options=None) |
| float | state_as_number (State state) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Helpers that help with state related things.
| None homeassistant.helpers.state.async_reproduce_state | ( | HomeAssistant | hass, |
| State | Iterable[State] | states, | ||
| *Context | None | context = None, |
||
| dict[str, Any] | None | reproduce_options = None |
||
| ) |
| float homeassistant.helpers.state.state_as_number | ( | State | state | ) |