2022.10: Sync with codebase

This commit is contained in:
Franck Nijhof 2022-10-05 18:25:01 +02:00
parent 7dc015afb2
commit c39f4886d3
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
81 changed files with 252 additions and 79 deletions

View File

@ -90,8 +90,11 @@ source/_integrations/broadlink.markdown @danielhiversen @felipediel @L-I-Am
source/_integrations/brother.markdown @bieniu source/_integrations/brother.markdown @bieniu
source/_integrations/brunt.markdown @eavanvalkenburg source/_integrations/brunt.markdown @eavanvalkenburg
source/_integrations/bsblan.markdown @liudger source/_integrations/bsblan.markdown @liudger
source/_integrations/bswitch.markdown @jafar-atili
source/_integrations/bt_smarthub.markdown @jxwolstenholme source/_integrations/bt_smarthub.markdown @jxwolstenholme
source/_integrations/bthome.markdown @Ernst79 source/_integrations/bthome.markdown @Ernst79
source/_integrations/bticino.markdown @cgtobi
source/_integrations/bubendorff.markdown @cgtobi
source/_integrations/buienradar.markdown @mjj4791 @ties @Robbie1221 source/_integrations/buienradar.markdown @mjj4791 @ties @Robbie1221
source/_integrations/button.markdown @home-assistant/core source/_integrations/button.markdown @home-assistant/core
source/_integrations/calendar.markdown @home-assistant/core source/_integrations/calendar.markdown @home-assistant/core
@ -340,6 +343,7 @@ source/_integrations/launch_library.markdown @ludeeus @DurgNomis-drol
source/_integrations/laundrify.markdown @xLarry source/_integrations/laundrify.markdown @xLarry
source/_integrations/lcn.markdown @alengwenus source/_integrations/lcn.markdown @alengwenus
source/_integrations/led_ble.markdown @bdraco source/_integrations/led_ble.markdown @bdraco
source/_integrations/legrand.markdown @cgtobi
source/_integrations/leviton_z_wave.markdown @home-assistant/z-wave source/_integrations/leviton_z_wave.markdown @home-assistant/z-wave
source/_integrations/lg_netcast.markdown @Drafteed source/_integrations/lg_netcast.markdown @Drafteed
source/_integrations/lidarr.markdown @tkdrob source/_integrations/lidarr.markdown @tkdrob
@ -419,6 +423,7 @@ source/_integrations/nextbus.markdown @vividboarder
source/_integrations/nextcloud.markdown @meichthys source/_integrations/nextcloud.markdown @meichthys
source/_integrations/nextdns.markdown @bieniu source/_integrations/nextdns.markdown @bieniu
source/_integrations/nfandroidtv.markdown @tkdrob source/_integrations/nfandroidtv.markdown @tkdrob
source/_integrations/nibe_heatpump.markdown @elupus
source/_integrations/nightscout.markdown @marciogranzotto source/_integrations/nightscout.markdown @marciogranzotto
source/_integrations/nilu.markdown @hfurubotten source/_integrations/nilu.markdown @hfurubotten
source/_integrations/nina.markdown @DeerMaximum source/_integrations/nina.markdown @DeerMaximum
@ -576,6 +581,7 @@ source/_integrations/smappee.markdown @bsmappee
source/_integrations/smart_blinds.markdown @starkillerOG source/_integrations/smart_blinds.markdown @starkillerOG
source/_integrations/smart_home.markdown @starkillerOG source/_integrations/smart_home.markdown @starkillerOG
source/_integrations/smart_meter_texas.markdown @grahamwetzler source/_integrations/smart_meter_texas.markdown @grahamwetzler
source/_integrations/smarther.markdown @cgtobi
source/_integrations/smartthings.markdown @andrewsayre source/_integrations/smartthings.markdown @andrewsayre
source/_integrations/smarttub.markdown @mdz source/_integrations/smarttub.markdown @mdz
source/_integrations/smarty.markdown @z0mbieprocess source/_integrations/smarty.markdown @z0mbieprocess

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: alarm_control_panel ha_domain: alarm_control_panel
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Home Assistant can give you an interface which is similar to a classic alarm system. Home Assistant can give you an interface which is similar to a classic alarm system.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: api ha_domain: api
ha_integration_type: integration ha_integration_type: system
--- ---
The `api` integration exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [HTTP integration](/integrations/http/). The `api` integration exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [HTTP integration](/integrations/http/).

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: [] ha_category: []
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
The Application Credentials integration is used by integrations that use OAuth2 to link your account to Home Assistant. The most common and preferred approach is using account linking with Home Assistant Cloud, however not all cloud providers support that and integrations can use Application Credentials instead. Additionally, users may use Application Credentials if preferred instead of Home Assistant Cloud Account Linking. The Application Credentials integration is used by integrations that use OAuth2 to link your account to Home Assistant. The most common and preferred approach is using account linking with Home Assistant Cloud, however not all cloud providers support that and integrations can use Application Credentials instead. Additionally, users may use Application Credentials if preferred instead of Home Assistant Cloud Account Linking.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: auth ha_domain: auth
ha_integration_type: integration ha_integration_type: system
--- ---
This integration creates the endpoints for the [authentication system](/docs/authentication/) that is built into Home Assistant. This integration creates the endpoints for the [authentication system](/docs/authentication/) that is built into Home Assistant.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: automation ha_domain: automation
ha_integration_type: integration ha_integration_type: system
--- ---
<script>document.location.href = '/docs/automation/';</script> <script>document.location.href = '/docs/automation/';</script>

View File

@ -9,7 +9,7 @@ ha_domain: backup
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_iot_class: Calculated ha_iot_class: Calculated
ha_integration_type: integration ha_integration_type: system
--- ---
The Backup integration allow you to create and download backups for your Home Assistant Core and Home Assistant Container installations. This backup file can be used if you migrate to Home Assistant Operating System. The Backup integration allow you to create and download backups for your Home Assistant Core and Home Assistant Container installations. This backup file can be used if you migrate to Home Assistant Operating System.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: binary_sensor ha_domain: binary_sensor
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Binary sensors are similar to other [sensors](/integrations/sensor) in that they Binary sensors are similar to other [sensors](/integrations/sensor) in that they

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: blueprint ha_domain: blueprint
ha_integration_type: integration ha_integration_type: system
--- ---
<script>document.location.href = '/docs/automation/using_blueprints/';</script> <script>document.location.href = '/docs/automation/using_blueprints/';</script>

View File

@ -0,0 +1,23 @@
---
title: BSwitch
description: Connect and control your BSwitch devices using the SwitchBee integration
ha_category:
- Button
- Light
- Switch
ha_domain: bswitch
ha_codeowners:
- '@jafar-atili'
ha_integration_type: integration
ha_config_flow: true
ha_platforms:
- button
- light
- switch
ha_iot_class: Local Polling
ha_supporting_domain: switchbee
ha_supporting_integration: SwitchBee
ha_release: '2022.10'
---
{% include integrations/supported_brand.md %}

View File

@ -0,0 +1,36 @@
---
title: BTicino
description: Connect and control your BTicino devices using the Netatmo integration
ha_category:
- Camera
- Climate
- Cover
- Environment
- Hub
- Light
- Media Source
- Sensor
- Switch
- Weather
ha_domain: bticino
ha_codeowners:
- '@cgtobi'
ha_integration_type: integration
ha_config_flow: true
ha_platforms:
- camera
- climate
- cover
- diagnostics
- light
- select
- sensor
- switch
ha_iot_class: Cloud Polling
ha_homekit: true
ha_supporting_domain: netatmo
ha_supporting_integration: Netatmo
ha_release: '0.20'
---
{% include integrations/supported_brand.md %}

View File

@ -0,0 +1,36 @@
---
title: Bubendorff
description: Connect and control your Bubendorff devices using the Netatmo integration
ha_category:
- Camera
- Climate
- Cover
- Environment
- Hub
- Light
- Media Source
- Sensor
- Switch
- Weather
ha_domain: bubendorff
ha_codeowners:
- '@cgtobi'
ha_integration_type: integration
ha_config_flow: true
ha_platforms:
- camera
- climate
- cover
- diagnostics
- light
- select
- sensor
- switch
ha_iot_class: Cloud Polling
ha_homekit: true
ha_supporting_domain: netatmo
ha_supporting_integration: Netatmo
ha_release: '0.20'
---
{% include integrations/supported_brand.md %}

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: button ha_domain: button
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
A button entity is an entity that can fire an event / trigger an action towards A button entity is an entity that can fire an event / trigger an action towards

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: [] ha_category: []
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The calendar integration allows you to integrate your calendars into Home Assistant. Calendars are shown on the calendar dashboard, and can be used with automations. The calendar integration allows you to integrate your calendars into Home Assistant. Calendars are shown on the calendar dashboard, and can be used with automations.

View File

@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_domain: camera ha_domain: camera
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
ha_platforms: ha_platforms:
- diagnostics - diagnostics
--- ---

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: climate ha_domain: climate
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The Climate integration allows you to control and monitor HVAC (heating, ventilating, and air conditioning) devices and thermostats. The Climate integration allows you to control and monitor HVAC (heating, ventilating, and air conditioning) devices and thermostats.

View File

@ -10,7 +10,7 @@ ha_codeowners:
ha_domain: config ha_domain: config
ha_platforms: ha_platforms:
- scene - scene
ha_integration_type: integration ha_integration_type: system
--- ---
The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant. The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: configurator ha_domain: configurator
ha_integration_type: integration ha_integration_type: system
--- ---
<div class='note'> <div class='note'>

View File

@ -9,7 +9,7 @@ ha_iot_class: Local Push
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: conversation ha_domain: conversation
ha_integration_type: integration ha_integration_type: system
--- ---
The conversation integration allows you to converse with Home Assistant. You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the `conversation/process` service with the transcribed text. The conversation integration allows you to converse with Home Assistant. You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the `conversation/process` service with the transcribed text.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: cover ha_domain: cover
ha_integration_type: integration ha_integration_type: entity
--- ---
Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors. Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.

View File

@ -8,7 +8,7 @@ ha_domain: default_config
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded are: This integration is a meta-component and configures a default set of integrations for Home Assistant to load. The integrations that will be loaded are:

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: device_automation ha_domain: device_automation
ha_integration_type: integration ha_integration_type: system
--- ---
Device Automations is a plugin for the automation integration to allow other integrations to provide device specific triggers, conditions and actions. Device Automations is a plugin for the automation integration to allow other integrations to provide device specific triggers, conditions and actions.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: device_tracker ha_domain: device_tracker
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The device tracker allows you to track devices in Home Assistant. This can happen by querying your wireless router or by having applications push location info. The device tracker allows you to track devices in Home Assistant. This can happen by querying your wireless router or by having applications push location info.

View File

@ -9,7 +9,7 @@ ha_domain: dhcp
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@bdraco' - '@bdraco'
ha_integration_type: integration ha_integration_type: system
--- ---
The `dhcp` "DHCP Discovery" integration will watch the network for DHCP requests for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. The `dhcp` "DHCP Discovery" integration will watch the network for DHCP requests for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: diagnostics ha_domain: diagnostics
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
The diagnostics integration provides a way to download diagnostic data from The diagnostics integration provides a way to download diagnostic data from

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: discovery ha_domain: discovery
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
This is the legacy discovery integration for Home Assistant. It's use is no longer recommended. Use the [SSDP](/integrations/ssdp/), [Zeroconf](/integrations/zeroconf/) and [USB](/integrations/usb/) integrations instead. This is the legacy discovery integration for Home Assistant. It's use is no longer recommended. Use the [SSDP](/integrations/ssdp/), [Zeroconf](/integrations/zeroconf/) and [USB](/integrations/usb/) integrations instead.

View File

@ -10,5 +10,5 @@ ha_codeowners:
ha_domain: energy ha_domain: energy
ha_platforms: ha_platforms:
- sensor - sensor
ha_integration_type: integration ha_integration_type: system
--- ---

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: fan ha_domain: fan
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The Fan integration allows you to control and monitor Fan devices. The Fan integration allows you to control and monitor Fan devices.

View File

@ -4,9 +4,10 @@ description: File upload integration supports various frontend features within H
ha_release: 2022.9 ha_release: 2022.9
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: file_upload ha_domain: file_upload
ha_integration_type: integration ha_integration_type: system
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_category: []
--- ---
The file upload integration allows various features in the frontend to upload files. The file upload integration allows various features in the frontend to upload files.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/frontend' - '@home-assistant/frontend'
ha_domain: frontend ha_domain: frontend
ha_integration_type: integration ha_integration_type: system
--- ---
This offers the official frontend to control Home Assistant. 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: This offers the official frontend to control Home Assistant. 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:

View File

@ -8,7 +8,7 @@ ha_domain: geo_location
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Geolocation aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes. Geolocation aware entities are typically related to events in the real world in the vicinity of Home Assistant's location, like for example weather events, bush fires or earthquakes.

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: hardware ha_domain: hardware
ha_integration_type: integration ha_integration_type: system
--- ---
The Hardware integration provides an API which offers information about certain board types, USB dongles, and resource usage. The Hardware integration provides an API which offers information about certain board types, USB dongles, and resource usage.

View File

@ -16,7 +16,7 @@ ha_platforms:
- update - update
ha_codeowners: ha_codeowners:
- '@home-assistant/supervisor' - '@home-assistant/supervisor'
ha_integration_type: integration ha_integration_type: system
--- ---
Supervisor integration allows you to monitor and control Supervisor add-ons and operating system from Home Assistant. Supervisor integration allows you to monitor and control Supervisor add-ons and operating system from Home Assistant.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: history ha_domain: history
ha_integration_type: integration ha_integration_type: system
--- ---
The `history` integration will track everything that is going on within Home The `history` integration will track everything that is going on within Home

View File

@ -10,7 +10,7 @@ ha_codeowners:
ha_domain: homeassistant ha_domain: homeassistant
ha_platforms: ha_platforms:
- scene - scene
ha_integration_type: integration ha_integration_type: system
--- ---
The Home Assistant integration provides generic implementations like the generic `homeassistant.turn_on`. The Home Assistant integration provides generic implementations like the generic `homeassistant.turn_on`.

View File

@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: http ha_domain: http
ha_integration_type: integration ha_integration_type: system
--- ---
The `http` integration serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings. The `http` integration serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.

View File

@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
- '@Shulyaka' - '@Shulyaka'
ha_integration_type: integration ha_integration_type: entity
--- ---
The `humidifier` integration is built for the controlling and monitoring of humidifiers, dehumidifiers, and hygrostat devices. The `humidifier` integration is built for the controlling and monitoring of humidifiers, dehumidifiers, and hygrostat devices.

View File

@ -8,7 +8,7 @@ ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: image ha_domain: image
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: integration ha_integration_type: system
--- ---
The Image integration allows Home Assistant to handle image assets in Home Assistant, for example, The Image integration allows Home Assistant to handle image assets in Home Assistant, for example,

View File

@ -8,7 +8,7 @@ ha_domain: image_processing
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Image processing enables Home Assistant to process images from [cameras](/integrations/#camera). Only camera entities are supported as sources. Image processing enables Home Assistant to process images from [cameras](/integrations/#camera). Only camera entities are supported as sources.

View File

@ -0,0 +1,36 @@
---
title: Legrand
description: Connect and control your Legrand devices using the Netatmo integration
ha_category:
- Camera
- Climate
- Cover
- Environment
- Hub
- Light
- Media Source
- Sensor
- Switch
- Weather
ha_domain: legrand
ha_codeowners:
- '@cgtobi'
ha_integration_type: integration
ha_config_flow: true
ha_platforms:
- camera
- climate
- cover
- diagnostics
- light
- select
- sensor
- switch
ha_iot_class: Cloud Polling
ha_homekit: true
ha_supporting_domain: netatmo
ha_supporting_integration: Netatmo
ha_release: '0.20'
---
{% include integrations/supported_brand.md %}

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: light ha_domain: light
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
This integration allows you to track and control various light bulbs. Read the integration documentation for your particular light hardware to learn how to enable it. This integration allows you to track and control various light bulbs. Read the integration documentation for your particular light hardware to learn how to enable it.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: lock ha_domain: lock
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Keeps track which locks are in your environment, their state and allows you to control them. Keeps track which locks are in your environment, their state and allows you to control them.

View File

@ -8,7 +8,7 @@ ha_domain: logbook
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
<img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" /> <img src='/images/screenshots/logbook.png' style='margin-left:10px; float: right;' height="100" />

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: logger ha_domain: logger
ha_integration_type: integration ha_integration_type: system
--- ---
The `logger` integration lets you define the level of logging activities in Home The `logger` integration lets you define the level of logging activities in Home

View File

@ -5,7 +5,7 @@ ha_release: 0.51
ha_domain: mailbox ha_domain: mailbox
ha_quality_scale: internal ha_quality_scale: internal
ha_category: [] ha_category: []
ha_integration_type: integration ha_integration_type: entity
--- ---
Mailboxes provide a list of messages with short information about each. Mailbox messages appear on a separate panel in the frontend. Mailboxes provide a list of messages with short information about each. Mailbox messages appear on a separate panel in the frontend.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: media_player ha_domain: media_player
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Interacts with media players on your network. Interacts with media players on your network.

View File

@ -8,7 +8,7 @@ ha_domain: media_source
ha_codeowners: ha_codeowners:
- '@hunterjm' - '@hunterjm'
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: integration ha_integration_type: system
--- ---
The Media Source integration platform allows integrations to expose media for The Media Source integration platform allows integrations to expose media for

View File

@ -8,7 +8,7 @@ ha_domain: my
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
This integration handles redirects from the [My Home Assistant](https://my.home-assistant.io) service. This integration handles redirects from the [My Home Assistant](https://my.home-assistant.io) service.

View File

@ -1,5 +1,5 @@
--- ---
title: Nest title: Google Nest
description: Instructions on how to integrate Nest into Home Assistant. description: Instructions on how to integrate Nest into Home Assistant.
ha_category: ha_category:
- Binary Sensor - Binary Sensor

View File

@ -9,7 +9,7 @@ ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
This integration provides network configuration for integrations such as [Zeroconf](/integrations/zeroconf/). It is managed by going to **{% my network title="Settings >> System >> Network" %}** and is only available to users that have "Advanced Mode" enabled on their {% my profile title="user profile" %}. This integration provides network configuration for integrations such as [Zeroconf](/integrations/zeroconf/). It is managed by going to **{% my network title="Settings >> System >> Network" %}** and is only available to users that have "Advanced Mode" enabled on their {% my profile title="user profile" %}.

View File

@ -9,13 +9,12 @@ ha_config_flow: true
ha_codeowners: ha_codeowners:
- '@elupus' - '@elupus'
ha_domain: nibe_heatpump ha_domain: nibe_heatpump
ha_ssdp: false
ha_platforms: ha_platforms:
- sensor
- binary_sensor - binary_sensor
- number - number
- switch
- select - select
- sensor
- switch
ha_integration_type: integration ha_integration_type: integration
--- ---

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: notify ha_domain: notify
ha_integration_type: integration ha_integration_type: entity
--- ---
The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case. The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.

View File

@ -9,7 +9,7 @@ ha_domain: number
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
- '@Shulyaka' - '@Shulyaka'
ha_integration_type: integration ha_integration_type: entity
--- ---
Keeps track on `number` entities in your environment, their state, and allows you to control them. This integration allows other integrations to get a value input from user within a range. Keeps track on `number` entities in your environment, their state, and allows you to control them. This integration allows other integrations to get a value input from user within a range.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: onboarding ha_domain: onboarding
ha_integration_type: integration ha_integration_type: system
--- ---
This integration creates the endpoints for the onboarding that is built into Home Assistant. There are no configuration options for this integration directly. This integration creates the endpoints for the onboarding that is built into Home Assistant. There are no configuration options for this integration directly.

View File

@ -7,7 +7,7 @@ ha_release: 0.88
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: person ha_domain: person
ha_iot_class: Calculated ha_iot_class: Calculated
ha_integration_type: integration ha_integration_type: system
--- ---
The `person` integration allows connecting [device tracker](/integrations/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order: The `person` integration allows connecting [device tracker](/integrations/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order:

View File

@ -9,7 +9,7 @@ ha_domain: recorder
ha_iot_class: Local Push ha_iot_class: Local Push
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: system
--- ---
The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history`](/integrations/history/) integration. The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history`](/integrations/history/) integration.

View File

@ -8,7 +8,7 @@ ha_category:
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Keeps track which remotes are in your environment, their state and allows you to control them. Keeps track which remotes are in your environment, their state and allows you to control them.

View File

@ -7,7 +7,7 @@ ha_category:
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: repairs ha_domain: repairs
ha_integration_type: integration ha_integration_type: system
ha_quality_scale: internal ha_quality_scale: internal
--- ---

View File

@ -1,6 +1,6 @@
--- ---
title: "RESTful" title: RESTful
description: "Instructions on how to integrate REST sensors and binary sensors into Home Assistant." description: Instructions on how to integrate REST sensors and binary sensors into Home Assistant.
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Sensor - Sensor

View File

@ -7,7 +7,7 @@ ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: safe_mode ha_domain: safe_mode
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: integration ha_integration_type: system
--- ---
The `safe_mode` integration is an internally used integration by the The `safe_mode` integration is an internally used integration by the

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: scene ha_domain: scene
ha_integration_type: integration ha_integration_type: entity
--- ---
You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red. You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: script ha_domain: script
ha_integration_type: integration ha_integration_type: system
--- ---
The script integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services. The script integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services.

View File

@ -8,7 +8,7 @@ ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: search ha_domain: search
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: integration ha_integration_type: system
--- ---
The `search` integration is an internally used integration by the The `search` integration is an internally used integration by the

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: select ha_domain: select
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Keeps track on `select` entities in your environment, their state, and allows Keeps track on `select` entities in your environment, their state, and allows

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: sensor ha_domain: sensor
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Sensors are a basic platform component in Home Assistant. They monitor the states and conditions of a variety of entities. An entity can be many things. This can include a physical device like a motion sensor that reports the battery level, a web service that retrieves the weather temperature, a built-in function that calculates the sun's elevation relative to your GPS position, or even a custom sensor you may have created to report the free space on your laptop. These are all *things* reporting different types of information. Sensors are a basic platform component in Home Assistant. They monitor the states and conditions of a variety of entities. An entity can be many things. This can include a physical device like a motion sensor that reports the battery level, a web service that retrieves the weather temperature, a built-in function that calculates the sun's elevation relative to your GPS position, or even a custom sensor you may have created to report the free space on your laptop. These are all *things* reporting different types of information.

View File

@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
- '@raman325' - '@raman325'
ha_integration_type: integration ha_integration_type: entity
--- ---
The Siren integration is built for the controlling and monitoring of siren/chime devices. The Siren integration is built for the controlling and monitoring of siren/chime devices.

View File

@ -0,0 +1,36 @@
---
title: Smarther
description: Connect and control your Smarther devices using the Netatmo integration
ha_category:
- Camera
- Climate
- Cover
- Environment
- Hub
- Light
- Media Source
- Sensor
- Switch
- Weather
ha_domain: smarther
ha_codeowners:
- '@cgtobi'
ha_integration_type: integration
ha_config_flow: true
ha_platforms:
- camera
- climate
- cover
- diagnostics
- light
- select
- sensor
- switch
ha_iot_class: Cloud Polling
ha_homekit: true
ha_supporting_domain: netatmo
ha_supporting_integration: Netatmo
ha_release: '0.20'
---
{% include integrations/supported_brand.md %}

View File

@ -7,7 +7,7 @@ ha_iot_class: Local Push
ha_release: 0.94 ha_release: 0.94
ha_domain: ssdp ha_domain: ssdp
ha_quality_scale: internal ha_quality_scale: internal
ha_integration_type: integration ha_integration_type: system
--- ---
The `ssdp` "Simple Service Discovery Protocol" (part of UPnP) integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. The `ssdp` "Simple Service Discovery Protocol" (part of UPnP) integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel.

View File

@ -7,7 +7,7 @@ ha_codeowners:
ha_domain: stt ha_domain: stt
ha_quality_scale: internal ha_quality_scale: internal
ha_category: [] ha_category: []
ha_integration_type: integration ha_integration_type: entity
--- ---
Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back. Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back.

View File

@ -10,7 +10,7 @@ ha_platforms:
- light - light
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
Keeps track which switches are in your environment, their state and allows you to control them. Keeps track which switches are in your environment, their state and allows you to control them.

View File

@ -6,7 +6,7 @@ ha_category:
ha_release: 0.87 ha_release: 0.87
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: system_health ha_domain: system_health
ha_integration_type: integration ha_integration_type: system
--- ---
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems. The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.

View File

@ -11,7 +11,7 @@ ha_domain: tts
ha_quality_scale: internal ha_quality_scale: internal
ha_platforms: ha_platforms:
- notify - notify
ha_integration_type: integration ha_integration_type: entity
--- ---
Text-to-Speech (TTS) enables Home Assistant to speak to you. Text-to-Speech (TTS) enables Home Assistant to speak to you.

View File

@ -1,5 +1,5 @@
--- ---
title: Ubiquiti UniFi AP title: UniFi AP
description: Instructions on how to use a Unifi WAP as a device tracker. description: Instructions on how to use a Unifi WAP as a device tracker.
ha_category: ha_category:
- Presence Detection - Presence Detection

View File

@ -1,5 +1,5 @@
--- ---
title: Ubiquiti UniFi LED title: UniFi LED
description: Instructions on how to configure the UniFi LED integration with UniFi LED Controller by Ubiquiti. description: Instructions on how to configure the UniFi LED integration with UniFi LED Controller by Ubiquiti.
ha_category: ha_category:
- Light - Light

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_domain: update ha_domain: update
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
An update entity is an entity that indicates if an update is available for a An update entity is an entity that indicates if an update is available for a

View File

@ -9,7 +9,7 @@ ha_domain: usb
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@bdraco' - '@bdraco'
ha_integration_type: integration ha_integration_type: system
--- ---
The USB Discovery integration will detect newly connected USB devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel. The USB Discovery integration will detect newly connected USB devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel.

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: [] ha_category: []
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The `vacuum` integration enables the ability to control home cleaning robots within Home Assistant. The `vacuum` integration enables the ability to control home cleaning robots within Home Assistant.

View File

@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: [] ha_category: []
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_integration_type: integration ha_integration_type: entity
--- ---
The `water_heater` integration is built for the controlling and monitoring of hot water heaters. The `water_heater` integration is built for the controlling and monitoring of hot water heaters.

View File

@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: weather ha_domain: weather
ha_integration_type: integration ha_integration_type: entity
--- ---
The `weather` platforms gather meteorological information from web services and display the conditions and other details about the weather at the given location. Read the integration documentation for your particular weather provider to learn how to set it up. The `weather` platforms gather meteorological information from web services and display the conditions and other details about the weather at the given location. Read the integration documentation for your particular weather provider to learn how to set it up.

View File

@ -10,7 +10,7 @@ ha_codeowners:
ha_domain: websocket_api ha_domain: websocket_api
ha_platforms: ha_platforms:
- sensor - sensor
ha_integration_type: integration ha_integration_type: system
--- ---
The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/). The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/).

View File

@ -9,7 +9,7 @@ ha_codeowners:
- '@bdraco' - '@bdraco'
ha_domain: zeroconf ha_domain: zeroconf
ha_iot_class: Local Push ha_iot_class: Local Push
ha_integration_type: integration ha_integration_type: system
--- ---
The `zeroconf` integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. It will also make Home Assistant discoverable for other services in the network. Zeroconf is also sometimes known as Bonjour, Rendezvous, and Avahi. The `zeroconf` integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. It will also make Home Assistant discoverable for other services in the network. Zeroconf is also sometimes known as Bonjour, Rendezvous, and Avahi.