Tomasz

Results 273 comments of Tomasz

@jbouwh when I add new trigger_variable like this: ``` trigger_variables: input_remote: !input remote input_cover: !input cover input_discovery_id: "{{ device_entities(input_remote)[0].split('.')[1].split('_')[0] }}" tmp: "{{ (device_attr(input_remote, 'identifiers')|list)[0][1].split('_')[-1] }}" ``` the automation isn't triggered...

> `device_attr` might not be available in the trigger_variables, but with the PR it can be used directly in a template on `discovery_id`. Confirmed! It works when used directly 🎉...

@Kempe that element is there, You just need to click on `Show all files` in solution explorer. You will see that file, right click it and choose `Include in project`

@sta any updates?

I've changed the logon account to: ![image](https://user-images.githubusercontent.com/1741838/134943424-39131dec-6196-4932-97cd-22b09dae60c0.png) and now the service starts. I think the problem was with the account that is used for log on. So instead of `ZARZĄDZANIE...

I've done some tests, and when I install (my own) service via PInvoke it is installed correctly and starts and runs without any problem. I'm also setting the permissions, so...

@s-yadav can we ask for your review on this? This would be a very helpful feature. Thank you

This would be awesome. I have this kind of expressions: ``` (variable_1) + [(variable_2 == null) ? 10 : (variable_2)] + [(variable_3 == null) ? 0 : (variable_3)] ``` I'm...

@bijington thank you for the reply. Problem is, that I have old system that is using those old-style expressions and I'd like to write a separate API (using. NET 7)...

@sta any updates? I've just used VS upgrade assistant and migrated your project to .net standard 2.1. I'll do some more tests, but for now, it looks like everything works...