Add reboot platform to SFRBox (#25916)

This commit is contained in:
epenet 2023-01-24 14:14:51 +01:00 committed by GitHub
parent a1ffbc6b76
commit 2f9ccaffd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ ha_codeowners:
ha_domain: sfr_box ha_domain: sfr_box
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- button
- sensor - sensor
ha_integration_type: device ha_integration_type: device
--- ---
@ -20,6 +21,7 @@ The SFR Box integration offers integration with the **SFR** broadband router.
This integration provides the following platforms: This integration provides the following platforms:
- Binary Sensors - such as ADSL status. - Binary Sensors - such as ADSL status.
- Buttons - such as reboot.
- Sensors - such as ADSL line status, attenuation, noise and data rate. - Sensors - such as ADSL line status, attenuation, noise and data rate.
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}