diff --git a/requirements/production.txt b/requirements/production.txt index fe7fdd1f8..35bd78a5c 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -1,3 +1,3 @@ netifaces==0.10.9 pyyaml==5.3.1 -voluptuous==0.12.0 +voluptuous==0.12.1 diff --git a/test/config_tests/resources/climate/invalid_1.yaml b/test/config_tests/resources/climate/invalid_1.yaml index 5c9471237..7d9caa5c2 100644 --- a/test/config_tests/resources/climate/invalid_1.yaml +++ b/test/config_tests/resources/climate/invalid_1.yaml @@ -1,4 +1,4 @@ -name: "value is not allowed .*operation_modes.*" +name: "value must be one of .*operation_modes.*" friendly_name: "Bathroom" target_temperature: address: "4/0/0" diff --git a/test/config_tests/resources/climate/invalid_3.yaml b/test/config_tests/resources/climate/invalid_3.yaml index 88b9b2770..bc4d7b069 100644 --- a/test/config_tests/resources/climate/invalid_3.yaml +++ b/test/config_tests/resources/climate/invalid_3.yaml @@ -1,4 +1,4 @@ -name: "value is not allowed for .*mode.*" +name: "value must be one of .*mode.*" friendly_name: "Bathroom" target_temperature: address: "4/0/0" diff --git a/test/config_tests/resources/datetime/invalid_1.yaml b/test/config_tests/resources/datetime/invalid_1.yaml index db1865d24..71d599529 100644 --- a/test/config_tests/resources/datetime/invalid_1.yaml +++ b/test/config_tests/resources/datetime/invalid_1.yaml @@ -1,4 +1,4 @@ -name: "value is not allowed .*broadcast_type.*" +name: "value must be one of .*broadcast_type.*" time: address: "8/4/4" broadcast_type: sdaf \ No newline at end of file diff --git a/test/config_tests/resources/light/invalid_1.yaml b/test/config_tests/resources/light/invalid_1.yaml index 50aec1380..de11d5cee 100644 --- a/test/config_tests/resources/light/invalid_1.yaml +++ b/test/config_tests/resources/light/invalid_1.yaml @@ -1,4 +1,4 @@ -name: "value is not allowed .*mode.*" +name: "value must be one of .*mode.*" friendly_name: "Office" switch: address: "2/1/5"