Classes | |
| class | AccuWeatherEntity |
Functions | |
| None | async_setup_entry (HomeAssistant hass, AccuWeatherConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| int | PARALLEL_UPDATES = 1 |
Support for the AccuWeather service.
| None homeassistant.components.accuweather.weather.async_setup_entry | ( | HomeAssistant | hass, |
| AccuWeatherConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Add a AccuWeather weather entity from a config_entry.
Definition at line 54 of file weather.py.
| int homeassistant.components.accuweather.weather.PARALLEL_UPDATES = 1 |
Definition at line 51 of file weather.py.