mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
d21136fac5
@ -3,7 +3,7 @@ GEM
|
||||
specs:
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
chunky_png (1.3.11)
|
||||
chunky_png (1.3.12)
|
||||
colorator (1.1.0)
|
||||
commonmarker (0.21.0)
|
||||
ruby-enum (~> 0.5)
|
||||
|
@ -42,7 +42,7 @@ If you have previously set up your TV with any Home Assistant instances, you mus
|
||||
|
||||
<div class='note warning'>
|
||||
|
||||
New setups via `configuration.yaml` file are currently not be supported.
|
||||
New setups via `configuration.yaml` file are currently not supported.
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -132,7 +132,7 @@ Turn on camera. Not all camera models support this service, please consult indiv
|
||||
|
||||
### Test if it works
|
||||
|
||||
A simple way to test if you have set up your `camera` platform correctly, is to use <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Services** from the **Developer Tools**. Choose your service from the dropdown menu **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**.
|
||||
A simple way to test if you have set up your `camera` platform correctly, is to use **Services** from the **Developer Tools**. Choose your service from the dropdown menu **Service**, enter something like the sample below into the **Service Data** field, and hit **CALL SERVICE**.
|
||||
|
||||
```yaml
|
||||
entity_id: camera.living_room_camera
|
||||
|
@ -51,6 +51,8 @@ continent:
|
||||
|
||||
Note: For some countries, you will need to set `continent` to `ww` (meaning worldwide.) There is unfortunately no way to know the correct settings other than guessing and checking. See the [sucks library protocol documentation](https://github.com/wpietri/sucks/blob/master/protocol.md) for more information about what has been figured out about the Ecovacs servers.
|
||||
|
||||
Additional note: There are some issues during the password encoding. Using some special characters (e.g., `-`) in your password does not work.
|
||||
|
||||
### Stability and Reporting Bugs
|
||||
|
||||
The library that talks to the Ecovacs servers is in a very early state and still under development. As such, it is likely that not all regions and devices will work at the current time.
|
||||
|
@ -10,12 +10,6 @@ ha_domain: synology
|
||||
|
||||
The `synology` camera platform allows you to watch the live streams of your [Synology](https://www.synology.com/) Surveillance Station based IP cameras in Home Assistant.
|
||||
|
||||
<div class='note'>
|
||||
|
||||
Synology has disabled the livestreaming API and the integration is currently broken if you are using Surveillance Station version 8.2.3-5828.
|
||||
There is an unsupported preview fix available. (8.2.3-5829) - Instructions can be found [here](https://www.vcloudinfo.com/2019/04/how-to-manually-upgrade-your-synology-surveillance-system-firmware.html) for updating manually.
|
||||
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user