Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ambient_station.sensor.AmbientWeatherSensor
 

Namespaces

 homeassistant.components.ambient_station.sensor
 

Functions

None homeassistant.components.ambient_station.sensor.async_setup_entry (HomeAssistant hass, AmbientStationConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

tuple homeassistant.components.ambient_station.sensor.SENSOR_DESCRIPTIONS
 
string homeassistant.components.ambient_station.sensor.TYPE_24HOURRAININ = "24hourrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_AQI_PM25 = "aqi_pm25"
 
string homeassistant.components.ambient_station.sensor.TYPE_AQI_PM25_24H = "aqi_pm25_24h"
 
string homeassistant.components.ambient_station.sensor.TYPE_AQI_PM25_IN = "aqi_pm25_in"
 
string homeassistant.components.ambient_station.sensor.TYPE_AQI_PM25_IN_24H = "aqi_pm25_in_24h"
 
string homeassistant.components.ambient_station.sensor.TYPE_BAROMABSIN = "baromabsin"
 
string homeassistant.components.ambient_station.sensor.TYPE_BAROMRELIN = "baromrelin"
 
string homeassistant.components.ambient_station.sensor.TYPE_CO2 = "co2"
 
string homeassistant.components.ambient_station.sensor.TYPE_DAILYRAININ = "dailyrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_DEWPOINT = "dewPoint"
 
string homeassistant.components.ambient_station.sensor.TYPE_EVENTRAININ = "eventrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_FEELSLIKE = "feelsLike"
 
string homeassistant.components.ambient_station.sensor.TYPE_HOURLYRAININ = "hourlyrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY = "humidity"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY1 = "humidity1"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY10 = "humidity10"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY2 = "humidity2"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY3 = "humidity3"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY4 = "humidity4"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY5 = "humidity5"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY6 = "humidity6"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY7 = "humidity7"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY8 = "humidity8"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITY9 = "humidity9"
 
string homeassistant.components.ambient_station.sensor.TYPE_HUMIDITYIN = "humidityin"
 
string homeassistant.components.ambient_station.sensor.TYPE_LASTLIGHTNING = "lightning_time"
 
string homeassistant.components.ambient_station.sensor.TYPE_LASTLIGHTNING_DISTANCE = "lightning_distance"
 
string homeassistant.components.ambient_station.sensor.TYPE_LASTRAIN = "lastRain"
 
string homeassistant.components.ambient_station.sensor.TYPE_LIGHTNING_PER_DAY = "lightning_day"
 
string homeassistant.components.ambient_station.sensor.TYPE_LIGHTNING_PER_HOUR = "lightning_hour"
 
string homeassistant.components.ambient_station.sensor.TYPE_MAXDAILYGUST = "maxdailygust"
 
string homeassistant.components.ambient_station.sensor.TYPE_MONTHLYRAININ = "monthlyrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_PM25 = "pm25"
 
string homeassistant.components.ambient_station.sensor.TYPE_PM25_24H = "pm25_24h"
 
string homeassistant.components.ambient_station.sensor.TYPE_PM25_IN = "pm25_in"
 
string homeassistant.components.ambient_station.sensor.TYPE_PM25_IN_24H = "pm25_in_24h"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM1 = "soilhum1"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM10 = "soilhum10"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM2 = "soilhum2"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM3 = "soilhum3"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM4 = "soilhum4"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM5 = "soilhum5"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM6 = "soilhum6"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM7 = "soilhum7"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM8 = "soilhum8"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILHUM9 = "soilhum9"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP10F = "soiltemp10f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP1F = "soiltemp1f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP2F = "soiltemp2f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP3F = "soiltemp3f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP4F = "soiltemp4f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP5F = "soiltemp5f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP6F = "soiltemp6f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP7F = "soiltemp7f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP8F = "soiltemp8f"
 
string homeassistant.components.ambient_station.sensor.TYPE_SOILTEMP9F = "soiltemp9f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP10F = "temp10f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP1F = "temp1f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP2F = "temp2f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP3F = "temp3f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP4F = "temp4f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP5F = "temp5f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP6F = "temp6f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP7F = "temp7f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP8F = "temp8f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMP9F = "temp9f"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMPF = "tempf"
 
string homeassistant.components.ambient_station.sensor.TYPE_TEMPINF = "tempinf"
 
string homeassistant.components.ambient_station.sensor.TYPE_TOTALRAININ = "totalrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_UV = "uv"
 
string homeassistant.components.ambient_station.sensor.TYPE_WEEKLYRAININ = "weeklyrainin"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDDIR = "winddir"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDDIR_AVG10M = "winddir_avg10m"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDDIR_AVG2M = "winddir_avg2m"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDGUSTDIR = "windgustdir"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDGUSTMPH = "windgustmph"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDSPDMPH_AVG10M = "windspdmph_avg10m"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDSPDMPH_AVG2M = "windspdmph_avg2m"
 
string homeassistant.components.ambient_station.sensor.TYPE_WINDSPEEDMPH = "windspeedmph"
 
string homeassistant.components.ambient_station.sensor.TYPE_YEARLYRAININ = "yearlyrainin"