mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Added update_interval to maxcube (#5265)
* Added update_interval to maxcube * Renamed update_interval to scan_interval * Update maxcube.markdown
This commit is contained in:
parent
31c4114e32
commit
5a9d5c5427
@ -58,4 +58,9 @@ maxcube:
|
|||||||
required: false
|
required: false
|
||||||
type: int
|
type: int
|
||||||
default: 62910
|
default: 62910
|
||||||
|
scan_interval:
|
||||||
|
description: The update interval in seconds
|
||||||
|
required: false
|
||||||
|
type: int
|
||||||
|
default: 300
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user