Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.dweet.sensor.DweetData
 
class  homeassistant.components.dweet.sensor.DweetSensor
 

Namespaces

 homeassistant.components.dweet.sensor
 

Functions

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

Variables

 homeassistant.components.dweet.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.dweet.sensor.DEFAULT_NAME = "Dweet.io Sensor"
 
 homeassistant.components.dweet.sensor.PLATFORM_SCHEMA
 
 homeassistant.components.dweet.sensor.SCAN_INTERVAL = timedelta(minutes=1)