Ver Fonte

Tests: allow new utf16b64 type

PR #2388
Jason Rumney há 1 ano atrás
pai
commit
331e67be80
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      tests/test_device_config.py

+ 1 - 0
tests/test_device_config.py

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