mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-07 11:38:58 +00:00

* u-z integrations: apply sentence-style caps to categories * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Add references to glossary terms * Update source/_integrations/universal.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update source/_integrations/universal.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * linter: change vizio to VIZIO - as per product website https://www.vizio.com/en/smartcast * remove term refs from YAML * VIZIO: change spelling according to website - https://www.vizio.com/en/t * Update source/_integrations/vizio.markdown * Update source/_integrations/universal.markdown * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Fix some more to sentence-style caps * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update source/_integrations/unifiprotect.markdown Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
1.7 KiB
1.7 KiB
title, description, ha_release, ha_category, ha_platforms, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_integration_type
title | description | ha_release | ha_category | ha_platforms | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_integration_type | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
WeatherFlow | Instructions on how to integrate your WeatherFlow tempest into Home Assistant. | 2023.10 |
|
|
Local Push | true |
|
weatherflow | hub |
The WeatherFlow {% term integration %} is a local-only {% term integration %} that reads weather data from all WeatherFlow Tempest compatible weather station on the local network.
You may see slight deviations between the values reported in Home Assistant and the values in the WeatherFlow App. This is because the WeatherFlow app considers both forecasts and neighboring weather stations in addition to the local data used in this {% term integration %}.
{% include integrations/config_flow.md %}
Sensors
This {% term integration %} will expose the following sensors:
- Air density
- Air pressure
- Dew point
- Feels like
- Humidity
- Illuminance
- Irradiance
- Lightning average distance
- Lightning count
- Precipitation
- Precipitation amount
- Precipitation type
- Temperature
- UV index
- Vapor pressure
- Wet bulb temperature
- Wind direction
- Wind direction average
- Wind gust
- Wind lull
- Wind speed
Diagnostic sensors
Additionally the following diagnostic sensors are available:
- Battery voltage
- Signal strength
- Uptime
Networking notes
This {% term integration %} relies on the ability of Home Assistant to receive UDP
traffic on port 50222
. You may run into trouble if you have a more complex network setup utilizing either VLANs or multiple subnets.