kennedyshead / aioasuswrt

MIT License
24 stars 24 forks source link

Better temperature fetching #80

Closed Chen-IL closed 2 years ago

Chen-IL commented 2 years ago

Added function async_find_temperature_commands used to look for commands that work for the router. Returns a list of booleans indicating success/failure for each temp. Also - async_get_temperature will return 0.0 for a temperature it cannot fetch.

Chen-IL commented 2 years ago

(related to PR in home-assistant/core#58303)

kennedyshead commented 2 years ago

Could you resolve conflicts? @Chen-IL