definitio

Results 13 issues of definitio

```YAML homeassistant: packages: !include_dir_named packages ``` ``` patternWarning ``` The code is correct. Please remove the warning.

yaml

```YAML homeassistant: time_zone: !env_var TZ ``` ``` enumWarning ``` The code is correct. Please remove the warning.

yaml

```YAML - type: conditional conditions: - entity: &humidifier_entity humidifier.hallway state_not: - unavailable - unknown ``` ``` Incorrect type. Expected "string". ``` List of states should be allowed as per [documentation](https://www.home-assistant.io/dashboards/conditional/#state_not).

yaml