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