Skip to content

Commit

Permalink
0.1.6.b9
Browse files Browse the repository at this point in the history
  • Loading branch information
hakana committed Jan 25, 2020
1 parent d606364 commit 5d01cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/shelly/configuration_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
default=60) : cv.positive_int,
vol.Optional(CONF_SENSORS, default=DEFAULT_SENSORS):
vol.All(cv.ensure_list, [vol.In(ALL_SENSORS)]),
vol.Optional(CONF_ATTRIBUTES, default=DEFAULT_ATTRIBUTES):
vol.Optional(CONF_ATTRIBUTES, default=list(DEFAULT_ATTRIBUTES)):
vol.All(cv.ensure_list,
[vol.In(ALL_ATTRIBUTES | EXTRA_ATTRIBUTES)]),
vol.Optional(CONF_ADDITIONAL_INFO,
Expand Down

0 comments on commit 5d01cdd

Please sign in to comment.