Open andyinno opened 4 years ago
Updated the test. I am unsure if this is really what you was intending.
By the way, I can see that the test is passing if I set the right option with the call_service method call.
If you could review it would be great thank you Andrea
Hey 👋
For now, you can consider this project unmaintained, unfortunately.
I haven't had time to maintain this repo in the last few years, in good parts because I moved home and I haven't had a HomeAssistant setup for a very long time. So I'm a bit disconnected with the latest updates, and it's a huge overhead to start everything again, get context and understand how to fix issues on this project
However, I've finally taken the task to set up my server at home again, so I'll probably use this project for my own use again soon.
This means I may bring this project up-to-date in the next few months. No guarantees, obviously, but I may.
Best, Flo
select_option is a AppDaemon command that was not mocked.
in issue #48 I used the select_option AppDaemon method. It seems that it was not implemented. Adding it to the list of the mocked function allowed me to make my tests work.
I don't know if this change is the only needed, in the case, can I be instructed on other changes to do?