Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.kwb.sensor.KWBSensor
 

Namespaces

 homeassistant.components.kwb.sensor
 

Functions

None homeassistant.components.kwb.sensor.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.kwb.sensor.CONF_RAW = "raw"
 
string homeassistant.components.kwb.sensor.DEFAULT_NAME = "KWB"
 
bool homeassistant.components.kwb.sensor.DEFAULT_RAW = False
 
 homeassistant.components.kwb.sensor.ETHERNET_SCHEMA
 
int homeassistant.components.kwb.sensor.MODE_SERIAL = 0
 
int homeassistant.components.kwb.sensor.MODE_TCP = 1
 
 homeassistant.components.kwb.sensor.PLATFORM_SCHEMA = vol.Schema(vol.Any(SERIAL_SCHEMA, ETHERNET_SCHEMA))
 
 homeassistant.components.kwb.sensor.SERIAL_SCHEMA