Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.thermoworks_smoke.sensor.ThermoworksSmokeSensor
 

Namespaces

 homeassistant.components.thermoworks_smoke.sensor
 

Functions

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

Variables

 homeassistant.components.thermoworks_smoke.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.thermoworks_smoke.sensor.BATTERY_LEVEL = "battery"
 
list homeassistant.components.thermoworks_smoke.sensor.EXCLUDE_KEYS = [FIRMWARE]
 
string homeassistant.components.thermoworks_smoke.sensor.FIRMWARE = "firmware"
 
 homeassistant.components.thermoworks_smoke.sensor.PLATFORM_SCHEMA
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_1 = "probe1"
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_1_MAX = "probe1_max"
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_1_MIN = "probe1_min"
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_2 = "probe2"
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_2_MAX = "probe2_max"
 
string homeassistant.components.thermoworks_smoke.sensor.PROBE_2_MIN = "probe2_min"
 
dictionary homeassistant.components.thermoworks_smoke.sensor.SENSOR_TYPES
 
string homeassistant.components.thermoworks_smoke.sensor.SERIAL_REGEX = "^(?:[0-9a-fA-F]{2}:){5}[0-9a-fA-F]{2}$"