Mikhail Diatchenko

Results 11 comments of Mikhail Diatchenko

Can potentially use `CORE.raw_config` to access state machine config to validate actions/conditions

Looks like this can be achieved by making `initial_state` [templatable](https://github.com/esphome/esphome/search?q=cv.templatable).

I have the same question. As a workaround i've used `"ClientIdHeader": "Authorization"`, however the API can be configured to accept JWT tokens via query strings. The problem is that the...

They way I'd like to reduce notifications is to not report irrelevant tags. Currently in reports all tags. What I'd like to see if only report changes to the tag...

I want to point out that when service is installed with option `stopparentfirst: true` the [`wrapper.js` will send a `shutdown` message](https://github.com/coreybutler/node-windows/blob/master/lib/wrapper.js#L177) to the node script, which you can listen to...

Thanks, @majkrzak, for providing a solution. From the first glance it looks quite elegant. Do you have any ideas how conditions has be aded to the diagram output? I don't...

Yes, I think having an option to call `on_leave` and `on_enter` when changing state via `set` would be useful. Perhaps add flags to the `set` call? Something like this: ```yaml...

I've been trying to find codes for the Power/Sleep/Wake buttons but could not. The codes that I have found were something else and did not do anything (or did something...

@macfly92 yes, those are the documented keys and they don't include all the keys that a keyboard can send I believe.

@jpirnie Can you please post a screenshot of the app configuration screen?