Replace util.get_local_ip in favor of components.network.async_get_source_ip() - part 4 (#58669)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Simone Chemelli 2021-11-15 18:18:57 +01:00 committed by GitHub
parent b3ffc1e183
commit 5fc51130ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 83 additions and 125 deletions

View file

@ -134,8 +134,8 @@ IGNORE_VIOLATIONS = {
# Demo
("demo", "manual"),
("demo", "openalpr_local"),
# Migration of settings from zeroconf to network
("network", "zeroconf"),
# This would be a circular dep
("http", "network"),
# This should become a helper method that integrations can submit data to
("websocket_api", "lovelace"),
("websocket_api", "shopping_list"),