Daniel

Results 98 comments of Daniel

> You can set "refresh_value" on a per device basis in Home Assistant, this will refresh the device in 5 seconds. "delay" will let you change this to something other...

The issue appears to be that with this flag set, OZWAdmin shows the device with the correct level but the MQTT topic is no longer updated by OZW, even after...

@robmarkcole Why was this closed when it is still an issue??? I've just installed it and it is not working as documented... --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) File...

`!include` within homeassistant: section being flagged: ![image](https://user-images.githubusercontent.com/49846893/189081631-c72aff17-77d6-4c98-b686-9460f2768e07.png) ![image](https://user-images.githubusercontent.com/49846893/189081996-d3cc7a2e-2e91-4f3f-872b-c815e4b6320f.png) Other `!include`'s are fine.

More testing... It's always and only the first `!(include|secret|env_var|input)` in the file that gets flagged and the message is from js-yaml.min.js.

If I introduce some other error like bad indentation, I first see the ("check_circle") with ("grey-text") when lint is queued followed by ("cursor-pointer red-text") with the error line flagged by...

> The linting error we're seeing in the editor seems to be a feature of the upgraded Ace Editor. Ah!

Might [this ](https://gist.github.com/olegch/37212ba350cabca921fd3109df2d1981)be relevant or provide insight as to how to permit the 4 HA custom tags in js-yaml?

Another answer I found is [https://stackoverflow.com/questions/40977113/js-yaml-issue-with-tags](https://stackoverflow.com/questions/40977113/js-yaml-issue-with-tags): Take a look at [examples/custom_types.js](https://github.com/nodeca/js-yaml/blob/f6bafed1c4d82e80ab3fc3a71a5af63308f54b2f/examples/custom_types.js) in the js-yaml repo. The solution is to create a new jsyaml.Type that tells js-yaml to treat !Status values...