Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nws.sensor Namespace Reference

Classes

class  NWSSensor
 
class  NWSSensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, NWSConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 0
 

Detailed Description

Sensors for National Weather Service (NWS).

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nws.sensor.async_setup_entry ( HomeAssistant  hass,
NWSConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up the NWS weather platform.

Definition at line 150 of file sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.nws.sensor.PARALLEL_UPDATES = 0

Definition at line 43 of file sensor.py.