mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add switch platform info to Fritz (#18131)
This commit is contained in:
parent
f88a51495e
commit
a7687d31d2
@ -22,4 +22,4 @@
|
|||||||
"textlint:all": "textlint source",
|
"textlint:all": "textlint source",
|
||||||
"textlint": "textlint source/_examples source/_docs source/_faq source/_integrations source/_lovelace source/cloud source/getting-started source/hassio source/lovelace"
|
"textlint": "textlint source/_examples source/_docs source/_faq source/_integrations source/_lovelace source/cloud source/getting-started source/hassio source/lovelace"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- device_tracker
|
- device_tracker
|
||||||
- sensor
|
- sensor
|
||||||
|
- switch
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -27,6 +28,7 @@ There is support for the following platform types within Home Assistant:
|
|||||||
- **Device tracker** - presence detection by looking at connected devices.
|
- **Device tracker** - presence detection by looking at connected devices.
|
||||||
- **Binary sensor** - connectivity status.
|
- **Binary sensor** - connectivity status.
|
||||||
- **Sensor** - external IP address and uptime.
|
- **Sensor** - external IP address and uptime.
|
||||||
|
- **Switch** - call deflection, port forward, device profile and Wi-Fi networks.
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user