Browse Source

Tests: allow new utf16b64 type

PR #2388
Jason Rumney 1 year ago
parent
commit
331e67be80
1 changed files with 1 additions and 0 deletions
  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,