Olen / homeassistant-plant

Alternative Plant component of home assistant
218 stars 23 forks source link

Fix reading state value #135

Closed deluge closed 5 months ago

deluge commented 5 months ago

I added the getattr method to get the state value, because sometimes it may be possible that the "inner" method returns "None".

deluge commented 5 months ago

Hey @Olen It would be nice if we updated the README to indicate that Black is being used. A pyproject.toml would also be great for configuring Black. I have now installed the latest version and black is making changes to files that I have not edited. If you want me to change anything, let me know.

Olen commented 5 months ago

I am more than happy to accept PRs also for the development