Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ecoforest.sensor.EcoforestSensor
 
class  homeassistant.components.ecoforest.sensor.EcoforestSensorEntityDescription
 

Namespaces

 homeassistant.components.ecoforest.sensor
 

Functions

None homeassistant.components.ecoforest.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.ecoforest.sensor._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.ecoforest.sensor.ALARM_TYPE = [a.value for a in Alarm] + ["none"]
 
list homeassistant.components.ecoforest.sensor.STATUS_TYPE = [s.value for s in State]