diff --git a/source/_integrations/nanoleaf.markdown b/source/_integrations/nanoleaf.markdown index 3842aac7912..fd674abd30d 100644 --- a/source/_integrations/nanoleaf.markdown +++ b/source/_integrations/nanoleaf.markdown @@ -23,7 +23,7 @@ ha_ssdp: true ha_integration_type: integration --- -The Nanoleaf integration allows you to control and monitor Nanoleaf Light Panels, Canvas, Shapes, Elements, and Lines. +The **Nanoleaf** {% term integration %} allows you to control and monitor Nanoleaf Light Panels, Canvas, Shapes, Elements, and Lines. This integration does not support the Nanoleaf Remote and Essentials lights. Controlling Nanoleaf Essentials lights is possible over Thread and Bluetooth through the HomeKit Controller integration. @@ -32,3 +32,9 @@ This integration does not support the Nanoleaf Remote and Essentials lights. Con # Transition and brightness When using a transition in an action (such as `light.turn_on`), the transition is only applied to brightness and does not apply to color. When an action has a transition set, but no brightness is included, the light will automatically transition to 100% brightness. + +## Removing the integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index 789b321c16e..569fa2913f1 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -16,7 +16,7 @@ ha_platforms: ha_integration_type: service --- -The Spotify media player integration lets you control your Spotify +The **Spotify** {% term integration %} lets you control your Spotify account playback and browse the [Spotify](https://www.spotify.com/) media library from Home Assistant. @@ -156,3 +156,9 @@ The `media_content_id` value can be obtained from the Spotify desktop app by cli ## Unsupported devices - **Sonos**: Although Sonos is a Spotify Connect device, it is not supported by the official Spotify API. One workaround to use Sonos players with Spotify is through [Music Assistant](https://www.music-assistant.io/) using the action `music_assistant.play_media`. Music Assistant creates another media_player entity named after the original media_player, which you can use to play from Spotify. + +## Removing the integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} \ No newline at end of file diff --git a/source/_integrations/twitch.markdown b/source/_integrations/twitch.markdown index f6dcd84459b..8a94ac0f4cd 100644 --- a/source/_integrations/twitch.markdown +++ b/source/_integrations/twitch.markdown @@ -14,7 +14,7 @@ ha_codeowners: ha_config_flow: true --- -The Twitch integration will allow you to monitor [Twitch](https://www.twitch.tv/) channel status from within Home Assistant and setup automation based on the information. +The **Twitch** {% term integration %} allows you to monitor [Twitch](https://www.twitch.tv/) channel status from within Home Assistant and set up automation based on the information. ## Get Twitch application credentials @@ -25,3 +25,9 @@ Create a new app at **Register Your Application** in the [Twitch developer porta - Get the **Client ID** and **Client secret** from the new application, you need them to complete the integration setup in Home Assistant. {% include integrations/config_flow.md %} + +## Removing the integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} diff --git a/source/_integrations/withings.markdown b/source/_integrations/withings.markdown index f585dbe67dc..8da3050dfeb 100644 --- a/source/_integrations/withings.markdown +++ b/source/_integrations/withings.markdown @@ -86,3 +86,9 @@ For example, measurement sensors like weight only work when data has been regist Sleep sensors are only created if the {% term integration %} can find sleep data for you within the last day. Workout calendar and the workout and activity sensors show if the latest available data point is no older than 14 days. + +## Removing the integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %} \ No newline at end of file diff --git a/source/_integrations/youtube.markdown b/source/_integrations/youtube.markdown index 27498314ad3..0d80b6cd782 100644 --- a/source/_integrations/youtube.markdown +++ b/source/_integrations/youtube.markdown @@ -19,7 +19,9 @@ api_link: https://console.cloud.google.com/apis/library/youtube.googleapis.com?p --- The **YouTube** {% term integration %} allows you to connect YouTube channels to Home Assistant. + For every channel you add, it will create sensors for: + - Views count - Subscriber count - The latest uploaded video @@ -38,3 +40,9 @@ These are not the same as the one for [Google Calendar](/integrations/google). {% include integrations/config_flow.md %} {% include integrations/google_oauth.md %} + +## Removing the integration + +This integration follows standard integration removal, no extra steps are required. + +{% include integrations/remove_device_service.md %}