Closed Chen-IL closed 3 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.
async_find_temperature_commands
async_get_temperature
(related to PR in home-assistant/core#58303)
Could you resolve conflicts? @Chen-IL
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.