mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 02:34:57 -05:00
* Add tests that exercise nest dhcp discovery Add tests that exercise the behavior of dhcp discovery for nest, which is effectively that it doesn't work -- it only works when you have already added a configuration.yaml. Discovery can be made to work by using an entirely config flow driven approach, which is in discussion. * Adjust whitespace from merge