Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, ConfigEntry config_entry, config_entry_oauth2_flow.AbstractOAuth2Implementation implementation) |
| list[HomeConnectAppliance] | get_devices (self) |
| dict | refresh_tokens (self) |
Public Attributes | |
| config_entry | |
| devices | |
| hass | |
| session | |
Provide Home Connect authentication tied to an OAuth2 based config entry.
| None homeassistant.components.home_connect.api.ConfigEntryAuth.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| ConfigEntry | config_entry, | ||
| config_entry_oauth2_flow.AbstractOAuth2Implementation | implementation | ||
| ) |
| list[HomeConnectAppliance] homeassistant.components.home_connect.api.ConfigEntryAuth.get_devices | ( | self | ) |
| dict homeassistant.components.home_connect.api.ConfigEntryAuth.refresh_tokens | ( | self | ) |
| homeassistant.components.home_connect.api.ConfigEntryAuth.config_entry |
| homeassistant.components.home_connect.api.ConfigEntryAuth.devices |
| homeassistant.components.home_connect.api.ConfigEntryAuth.hass |
| homeassistant.components.home_connect.api.ConfigEntryAuth.session |