Add documentation for UniFi Update entities (#22713)

This commit is contained in:
Jelte Zeilstra 2022-05-13 09:18:17 +02:00 committed by GitHub
parent 35b9314dbd
commit 03998f4934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ ha_category:
- Presence Detection - Presence Detection
- Sensor - Sensor
- Switch - Switch
- Updates
ha_release: 0.81 ha_release: 0.81
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true ha_config_flow: true
@ -19,6 +20,7 @@ ha_platforms:
- diagnostics - diagnostics
- sensor - sensor
- switch - switch
- update
ha_integration_type: integration ha_integration_type: integration
--- ---
@ -29,6 +31,7 @@ There is currently support for the following device types within Home Assistant:
- [Presence Detection](#presence-detection) - [Presence Detection](#presence-detection)
- [Switch](#switch) - [Switch](#switch)
- [Sensor](#sensor) - [Sensor](#sensor)
- [Firmware updates](#firmware-updates)
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
@ -104,6 +107,10 @@ Get entities reporting receiving and transmitting bandwidth per network client.
Get entities reporting uptime per network client. Get entities reporting uptime per network client.
## Firmware updates
This will show if there are firmware updates available for the UniFi network devices connected to the controller.
## Debugging integration ## Debugging integration
If you have problems with the UniFi Network application or integration you can add debug prints to the log. If you have problems with the UniFi Network application or integration you can add debug prints to the log.