Add missing suggested_area information (#18477)

Add missing information regarding suggested_area to MQTT number and select integrations
This commit is contained in:
RadekHvizdos 2021-07-28 11:59:02 +02:00 committed by GitHub
parent 7bc737d1ac
commit 8afee38e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -79,6 +79,10 @@ device:
description: The name of the device. description: The name of the device.
required: false required: false
type: string type: string
suggested_area:
description: 'Suggest an area if the device isnt in one yet.'
required: false
type: string
sw_version: sw_version:
description: The firmware version of the device. description: The firmware version of the device.
required: false required: false

View File

@ -83,6 +83,10 @@ device:
description: The name of the device. description: The name of the device.
required: false required: false
type: string type: string
suggested_area:
description: 'Suggest an area if the device isnt in one yet.'
required: false
type: string
sw_version: sw_version:
description: The firmware version of the device. description: The firmware version of the device.
required: false required: false