Add network configuration integration (#50874)

Co-authored-by: Ruslan Sayfutdinov <ruslan@sayfutdinov.com>
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
J. Nick Koston 2021-05-26 11:06:30 -05:00 committed by GitHub
parent 16e90f12ca
commit 64661ee2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 955 additions and 106 deletions

View file

@ -136,6 +136,8 @@ IGNORE_VIOLATIONS = {
("demo", "openalpr_local"),
# Migration wizard from zwave to ozw.
"ozw",
# Migration of settings from zeroconf to network
("network", "zeroconf"),
# This should become a helper method that integrations can submit data to
("websocket_api", "lovelace"),
("websocket_api", "shopping_list"),