mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Allow dict as input to zwave_js.set_value service (#59370)
* Original service data as a dict Fixes per recommendation in #57336. * Update homeassistant/components/zwave_js/const.py agree, thanks Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
parent
5e2d71dc90
commit
1ea092a54f
@ -133,4 +133,5 @@ VALUE_SCHEMA = vol.Any(
|
|||||||
vol.Coerce(float),
|
vol.Coerce(float),
|
||||||
BITMASK_SCHEMA,
|
BITMASK_SCHEMA,
|
||||||
cv.string,
|
cv.string,
|
||||||
|
dict,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user