Move manual configuration of MQTT sensor to the integration key (#72276)
Add sensor
This commit is contained in:
parent
204e26a1b5
commit
d0556e6dd1
3 changed files with 40 additions and 5 deletions
|
@ -203,6 +203,7 @@ PLATFORM_CONFIG_SCHEMA_BASE = vol.Schema(
|
|||
vol.Optional(Platform.SCENE.value): cv.ensure_list,
|
||||
vol.Optional(Platform.SELECT.value): cv.ensure_list,
|
||||
vol.Optional(Platform.SIREN.value): cv.ensure_list,
|
||||
vol.Optional(Platform.SENSOR.value): cv.ensure_list,
|
||||
vol.Optional(Platform.SWITCH.value): cv.ensure_list,
|
||||
vol.Optional(Platform.VACUUM.value): cv.ensure_list,
|
||||
vol.Optional(Platform.NUMBER.value): cv.ensure_list,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue