Fix switcher_kis max timer value (#16197)

This commit is contained in:
Shay Levy 2021-01-16 20:12:12 +02:00 committed by GitHub
parent fb9c0b0836
commit 7275364f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,4 +84,4 @@ Note: This does not affect the auto off timer.
| Service Field | Mandatory | Description | Example |
| ------------- | --------- | -------------------------------------------------------------------------------------- | -------------------------- |
| `entity_id` | Yes | Name of the entity id associated with the integration, used for permission validation. | switch.switcher_kis_boiler |
| `timer_minutes` | Yes | Integer containing timer minutes (valid range 1 to 90) | 90 |
| `timer_minutes` | Yes | Integer containing timer minutes (valid range 1 to 150) | 90 |