Added known issue to MJPEG cameras, moved customize polling interval to its own category, minor fixes

This commit is contained in:
Lindsay Ward 2016-03-28 16:28:23 +10:00
parent 6138fff8ea
commit 2d085f9518
4 changed files with 10 additions and 6 deletions

View file

@ -7,8 +7,8 @@ sidebar: true
comments: false
sharing: true
footer: true
ha_category: Example configuration.yaml
---
ha_category: Customize Defaults
-------------------------------
Platforms that require polling will be polled in an interval specified by the main component. For example a light will check every 30 seconds for a changed state. It is possible to overwrite this scan interval for any platform that is being polled by specifying a `scan_interval` config key. In the example below we setup the Philips Hue lights but tell Home Assistant to poll the devices every 10 seconds instead of the default 30 seconds.