Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SteamConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SteamConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
| SteamConfigEntry | |
The Steam integration.
| bool homeassistant.components.steam_online.async_setup_entry | ( | HomeAssistant | hass, |
| SteamConfigEntry | entry | ||
| ) |
Set up Steam from a config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.steam_online.async_unload_entry | ( | HomeAssistant | hass, |
| SteamConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 25 of file __init__.py.
| list homeassistant.components.steam_online.PLATFORMS = [Platform.SENSOR] |
Definition at line 11 of file __init__.py.
| homeassistant.components.steam_online.SteamConfigEntry |
Definition at line 12 of file __init__.py.