فهرست منبع

Device config tests: allow available attribute in mappings

Issue #2337
Jason Rumney 1 سال پیش
والد
کامیت
5c09c7bf6c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tests/test_device_config.py

+ 1 - 0
tests/test_device_config.py

@@ -33,6 +33,7 @@ CONDMAP_SCHEMA = vol.Schema(
         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,