mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Document scan_interval support for RESTful switch (#31330)
* Update switch.rest.markdown * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
45c5acb46d
commit
a60dd28b65
@ -96,6 +96,11 @@ verify_ssl:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
scan_interval:
|
||||||
|
description: Define the frequency for calling the REST endpoint to get the current state in seconds.
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
|
default: 30
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user