mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Deprecate the updater integration (#21742)
This commit is contained in:
parent
cb95953e88
commit
5a5d59f3f1
@ -39,7 +39,6 @@ This integration is a meta-component and configures a default set of integration
|
|||||||
- [System Health](/integrations/system_health/) (`system_health`)
|
- [System Health](/integrations/system_health/) (`system_health`)
|
||||||
- [Tag](/integrations/tag/) (`tag`)
|
- [Tag](/integrations/tag/) (`tag`)
|
||||||
- [Timer](/integrations/timer/) (`timer`)
|
- [Timer](/integrations/timer/) (`timer`)
|
||||||
- [Updater](/integrations/updater/) (`updater`)
|
|
||||||
- [USB](/integrations/usb/) (`usb`)
|
- [USB](/integrations/usb/) (`usb`)
|
||||||
- [Webhooks](/integrations/webhook) (`webhook`)
|
- [Webhooks](/integrations/webhook) (`webhook`)
|
||||||
- [Zero-configuration networking (zeroconf)](/integrations/zeroconf/) (`zeroconf`)
|
- [Zero-configuration networking (zeroconf)](/integrations/zeroconf/) (`zeroconf`)
|
||||||
|
@ -13,6 +13,12 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<div class='note warning'>
|
||||||
|
|
||||||
|
This integration is deprecated and will be removed in Home Assistant Core 2022.5.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
The `updater` binary sensor will check daily for new releases of the Home
|
The `updater` binary sensor will check daily for new releases of the Home
|
||||||
Assistant Core. The state will be "on" when an update is available. Otherwise,
|
Assistant Core. The state will be "on" when an update is available. Otherwise,
|
||||||
the state will be "off". The newer version, as well as the link to the release
|
the state will be "off". The newer version, as well as the link to the release
|
||||||
@ -20,9 +26,8 @@ notes, are attributes of the updater.
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
updater:
|
updater:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user