Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.nws.NWSData
 

Namespaces

 homeassistant.components.nws
 

Functions

bool homeassistant.components.nws.async_setup_entry (HomeAssistant hass, NWSConfigEntry entry)
 
bool homeassistant.components.nws.async_unload_entry (HomeAssistant hass, NWSConfigEntry entry)
 
str homeassistant.components.nws.base_unique_id (float latitude, float longitude)
 
DeviceInfo homeassistant.components.nws.device_info (float latitude, float longitude)
 

Variables

 homeassistant.components.nws._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.nws.NWSConfigEntry
 
list homeassistant.components.nws.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]