Home Assistant Unofficial Reference 2024.12.1
websocket_api.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.sensor.websocket_api
 

Functions

None homeassistant.components.sensor.websocket_api.async_setup (HomeAssistant hass)
 
None homeassistant.components.sensor.websocket_api.ws_device_class_units (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 
None homeassistant.components.sensor.websocket_api.ws_numeric_device_classes (HomeAssistant hass, websocket_api.ActiveConnection connection, dict[str, Any] msg)
 

Variables

 homeassistant.components.sensor.websocket_api._NUMERIC_DEVICE_CLASSES = list(set(SensorDeviceClass) - NON_NUMERIC_DEVICE_CLASSES)