Skip to content

Commit

Permalink
Revert "Add update integration (home-assistant#66552)" (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Mar 7, 2022
1 parent 46d4933 commit 6b3b21b
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 669 deletions.
1 change: 0 additions & 1 deletion .core_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ components: &components
- homeassistant/components/tag/*
- homeassistant/components/template/*
- homeassistant/components/timer/*
- homeassistant/components/update/*
- homeassistant/components/usb/*
- homeassistant/components/webhook/*
- homeassistant/components/websocket_api/*
Expand Down
1 change: 0 additions & 1 deletion .strict-typing
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ homeassistant.components.tts.*
homeassistant.components.twentemilieu.*
homeassistant.components.unifiprotect.*
homeassistant.components.upcloud.*
homeassistant.components.update.*
homeassistant.components.uptime.*
homeassistant.components.uptimerobot.*
homeassistant.components.usb.*
Expand Down
2 changes: 0 additions & 2 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,6 @@ tests/components/upb/* @gwww
homeassistant/components/upc_connect/* @pvizeli @fabaff
homeassistant/components/upcloud/* @scop
tests/components/upcloud/* @scop
homeassistant/components/update/* @home-assistant/core
tests/components/update/* @home-assistant/core
homeassistant/components/updater/* @home-assistant/core
tests/components/updater/* @home-assistant/core
homeassistant/components/upnp/* @StevenLooman @ehendrix23
Expand Down
3 changes: 1 addition & 2 deletions homeassistant/components/default_config/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
"tag",
"timer",
"usb",
"update",
"webhook",
"zeroconf",
"zone"
],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal"
}
}
273 changes: 0 additions & 273 deletions homeassistant/components/update/__init__.py

This file was deleted.

10 changes: 0 additions & 10 deletions homeassistant/components/update/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/strings.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/ca.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/de.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/el.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/en.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/it.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/update/translations/pt-BR.json

This file was deleted.

11 changes: 0 additions & 11 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2078,17 +2078,6 @@ no_implicit_optional = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.update.*]
check_untyped_defs = true
disallow_incomplete_defs = true
disallow_subclassing_any = true
disallow_untyped_calls = true
disallow_untyped_decorators = true
disallow_untyped_defs = true
no_implicit_optional = true
warn_return_any = true
warn_unreachable = true

[mypy-homeassistant.components.uptime.*]
check_untyped_defs = true
disallow_incomplete_defs = true
Expand Down
1 change: 0 additions & 1 deletion tests/components/update/__init__.py

This file was deleted.

Loading

0 comments on commit 6b3b21b

Please sign in to comment.