Raman Gupta
Raman Gupta
THANK YOU SO MUCH! I've been struggling with this exact same issue for the exact same reason. I may submit a PR to improve the documentation/workflow around this because it's...
that's exactly what jinja does ironically enough. Using jinja to generate jinja (e.g. template sensors) is 🤯
you can have the same key in your configuration twice by namespacing them, example: https://github.com/raman325/homeassistant-config/blob/master/configuration.yaml#L30-L31 So keep your configuration but add `packages keymaster: !include_dir_named keymaster_packages`. I can't say for sure...
we unfortunately can't take advantage of any of these features because they require the entity registry which the entities we create don't support. I get that the number of entities...
can you check the logs of the addon? When you do any lock/unlock operation, you should see a `value notification` log entry for each operation. If you see it for...
I think this may be a config issue. The alarm level and type have to be mapped in the config file for the value notification to fire (I **think**)
> I'd like to bump this and add to it -- when I decided to remove Keymaster from my setup I thought it'd be as simple as uninstalling Keymaster from...
Also what are these automations you are referring to?
do you see anything in the `keymaster` or `zwave_js` logs that could indicate an error of some sort? I haven't added a code in a while but I will try...
> **Is your feature request related to a problem? Please describe.** > > Doesn't work through mqtt which is a common solution to running HA in a container/remote from the...