mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add information to use Freebox Delta cameras (#27099)
This commit is contained in:
parent
ac9ab8eebf
commit
e56311022d
@ -6,6 +6,7 @@ ha_category:
|
|||||||
- Presence Detection
|
- Presence Detection
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
|
- Camera
|
||||||
ha_release: 0.85
|
ha_release: 0.85
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
@ -18,6 +19,7 @@ ha_platforms:
|
|||||||
- device_tracker
|
- device_tracker
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- camera
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -29,6 +31,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
* [Sensor](#sensor) with metrics for connection speed, internal temperature, free partition space and missed calls
|
* [Sensor](#sensor) with metrics for connection speed, internal temperature, free partition space and missed calls
|
||||||
* [Device tracker](#presence-detection) for connected devices
|
* [Device tracker](#presence-detection) for connected devices
|
||||||
* [Switch](#switch) to control Wi-Fi
|
* [Switch](#switch) to control Wi-Fi
|
||||||
|
* [Camera](#camera)
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -79,6 +82,8 @@ The first time Home Assistant will connect to your Freebox, you will need to aut
|
|||||||
|
|
||||||
To make the Wi-Fi switch and the reboot service working you will have to add "Modification des réglages de la Freebox" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications".
|
To make the Wi-Fi switch and the reboot service working you will have to add "Modification des réglages de la Freebox" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications".
|
||||||
|
|
||||||
|
To use cameras from the Freebox Delta, you will have to add "Gestion de l'alarme et maison connectée" permission to Home Assistant application in "Paramètres de la Freebox" > "Gestion des accès" > "Applications".
|
||||||
|
|
||||||
### Supported routers
|
### Supported routers
|
||||||
|
|
||||||
Only the routers with Freebox OS are supported:
|
Only the routers with Freebox OS are supported:
|
||||||
@ -112,6 +117,9 @@ The monitored metrics are:
|
|||||||
* Free partition space of used disks
|
* Free partition space of used disks
|
||||||
* Number of missed calls
|
* Number of missed calls
|
||||||
|
|
||||||
|
## Camera
|
||||||
|
Cameras are only available in Freebox V7 (also known as Freebox Delta).
|
||||||
|
|
||||||
## Service
|
## Service
|
||||||
|
|
||||||
### Service `freebox.reboot`
|
### Service `freebox.reboot`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user