Skip to content

Commit

Permalink
Device config tests: allow available attribute in mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Sep 29, 2024
1 parent 4af5e77 commit 5c09c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_device_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
vol.Optional("value"): vol.Maybe(vol.Any(str, int, bool, float)),
vol.Optional("value_redirect"): str,
vol.Optional("value_mirror"): str,
vol.Optional("available"): str,
vol.Optional("range"): {
vol.Required("min"): int,
vol.Required("max"): int,
Expand Down

0 comments on commit 5c09c7b

Please sign in to comment.