Переглянути джерело

Tests: allow new utf16b64 type

PR #2388
Jason Rumney 1 рік тому
батько
коміт
331e67be80
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      tests/test_device_config.py

+ 1 - 0
tests/test_device_config.py

@@ -90,6 +90,7 @@ DP_SCHEMA = vol.Schema(
                 "bitfield",
                 "bitfield",
                 "unixtime",
                 "unixtime",
                 "json",
                 "json",
+                "utf16b64",
             ]
             ]
         ),
         ),
         vol.Required("name"): str,
         vol.Required("name"): str,