Hi @ludeeus
I left an issue on the github, maybe you didn’t notice or it is offline:
would you please check whats up with the app address? I can’t get it to work after updating to Appdaemon 4.0.
discussed about that update here, though even that change from self.get_state(entity=entity)
to self.get_state(entity_id=entity)
or even self.get_state(entity)
doesn’t solve the issue.
could it be the final set_state
should be changed also?
thanks for having a look, if you can find a moment.