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:
parent
b3ffc1e183
commit
5fc51130ea
21 changed files with 83 additions and 125 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue