From a6e059d9bb75518d8518e6b91bdba085c2459b82 Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Wed, 28 May 2025 11:03:23 +0200 Subject: [PATCH] Rename md files to markdown files (#39282) --- .../_integrations/{eafm.md => eafm.markdown} | 54 ++-- source/_integrations/{ipp.md => ipp.markdown} | 36 +-- .../{linkplay.md => linkplay.markdown} | 108 ++++---- .../{locative.md => locative.markdown} | 46 ++-- .../{motionmount.md => motionmount.markdown} | 230 +++++++++--------- 5 files changed, 237 insertions(+), 237 deletions(-) rename source/_integrations/{eafm.md => eafm.markdown} (97%) rename source/_integrations/{ipp.md => ipp.markdown} (97%) rename source/_integrations/{linkplay.md => linkplay.markdown} (97%) rename source/_integrations/{locative.md => locative.markdown} (98%) rename source/_integrations/{motionmount.md => motionmount.markdown} (97%) diff --git a/source/_integrations/eafm.md b/source/_integrations/eafm.markdown similarity index 97% rename from source/_integrations/eafm.md rename to source/_integrations/eafm.markdown index 9e308858fb1..6e9e99e0d32 100644 --- a/source/_integrations/eafm.md +++ b/source/_integrations/eafm.markdown @@ -1,27 +1,27 @@ ---- -title: UK Environment Agency Flood Monitoring -description: Monitor nearby water levels and be prepared for flooding with the UK Environment Agency API integration. -ha_category: - - Sensor -ha_release: 0.115 -ha_iot_class: Cloud Polling -ha_config_flow: true -ha_codeowners: - - '@Jc2k' ---- - -The `eafm` integration offers integration with the [UK Environment Agency Flood Monitoring](https://environment.data.gov.uk/flood-monitoring/doc/reference) API to provide sensors for nearby water levels. Combined with Home Assistant notifications, you could give yourself a warning if a nearby river was likely to flood your local cycle path or the only road out of your village. - -{% important %} - -The UK Environment Agency Flood Monitoring only provides data for England - Northern Ireland, Scotland and Wales have their own flood agencies. - -{% endimportant %} - -## Configuration - -Home Assistant offers the flood monitoring integration through **Settings** -> **Devices & services** -> **Environment Agency Flood Gauges**. - -You will be prompted to select a monitoring station. You can find the name of nearby monitoring stations on the Flood information service [website](https://check-for-flooding.service.gov.uk/river-and-sea-levels). - -Sensors for that monitoring station should then appear in your Home Assistant instance. +--- +title: UK Environment Agency Flood Monitoring +description: Monitor nearby water levels and be prepared for flooding with the UK Environment Agency API integration. +ha_category: + - Sensor +ha_release: 0.115 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@Jc2k' +--- + +The `eafm` integration offers integration with the [UK Environment Agency Flood Monitoring](https://environment.data.gov.uk/flood-monitoring/doc/reference) API to provide sensors for nearby water levels. Combined with Home Assistant notifications, you could give yourself a warning if a nearby river was likely to flood your local cycle path or the only road out of your village. + +{% important %} + +The UK Environment Agency Flood Monitoring only provides data for England - Northern Ireland, Scotland and Wales have their own flood agencies. + +{% endimportant %} + +## Configuration + +Home Assistant offers the flood monitoring integration through **Settings** -> **Devices & services** -> **Environment Agency Flood Gauges**. + +You will be prompted to select a monitoring station. You can find the name of nearby monitoring stations on the Flood information service [website](https://check-for-flooding.service.gov.uk/river-and-sea-levels). + +Sensors for that monitoring station should then appear in your Home Assistant instance. diff --git a/source/_integrations/ipp.md b/source/_integrations/ipp.markdown similarity index 97% rename from source/_integrations/ipp.md rename to source/_integrations/ipp.markdown index 6f0cb9a41c3..a341df7efd8 100644 --- a/source/_integrations/ipp.md +++ b/source/_integrations/ipp.markdown @@ -1,18 +1,18 @@ ---- -title: Internet Printing Protocol (IPP) -description: Instructions on how to integrate printers that support the Internet Printing Protocol (IPP) into Home Assistant. -ha_category: - - System monitor -ha_release: 0.108 -ha_iot_class: Local Polling -ha_config_flow: true -ha_codeowners: - - '@ctalkington' -ha_domain: ipp ---- - -The `Internet Printing Protocol (IPP)` integration allows you to read current data from your networked printer that supports the [Internet Printing Protocol](https://www.pwg.org/ipp/everywhere.html). - -It provides information about the printer's state and remaining ink levels. - -{% include integrations/config_flow.md %} +--- +title: Internet Printing Protocol (IPP) +description: Instructions on how to integrate printers that support the Internet Printing Protocol (IPP) into Home Assistant. +ha_category: + - System monitor +ha_release: 0.108 +ha_iot_class: Local Polling +ha_config_flow: true +ha_codeowners: + - '@ctalkington' +ha_domain: ipp +--- + +The `Internet Printing Protocol (IPP)` integration allows you to read current data from your networked printer that supports the [Internet Printing Protocol](https://www.pwg.org/ipp/everywhere.html). + +It provides information about the printer's state and remaining ink levels. + +{% include integrations/config_flow.md %} diff --git a/source/_integrations/linkplay.md b/source/_integrations/linkplay.markdown similarity index 97% rename from source/_integrations/linkplay.md rename to source/_integrations/linkplay.markdown index 122541b531f..59ec73e140b 100644 --- a/source/_integrations/linkplay.md +++ b/source/_integrations/linkplay.markdown @@ -1,54 +1,54 @@ ---- -title: LinkPlay -description: Connect and control your LinkPlay media players using the LinkPlay integration -ha_category: - - Media player -ha_domain: linkplay -ha_zeroconf: true -ha_integration_type: integration -ha_release: 2024.8 -ha_codeowners: - - '@Velleman' -ha_config_flow: true -ha_platforms: - - media_player - - button -ha_iot_class: Local Polling ---- - -The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf). - -{% include integrations/config_flow.md %} - -## Features - -### Media Player - -The media player entity offers robust controls and playback features from the media player integration and provides additionally: - -- **Preset playback**: Play LinkPlay presets configured on the device using the action `linkplay.play_preset`. -- **Multiroom**: Combine multiple LinkPlay devices in a multiroom. Use the actions `media_player.join` and `media_player.unjoin`. - -### Buttons - -The button entities provide some additional LinkPlay features available on the device: - -- **Time Sync**: Synchronize the device's internal clock with the current time in Home Assistant. -- **Restart Device**: Reboot the device, allowing for convenient troubleshooting and maintenance. - -## Actions - -The LinkPlay integration makes various custom actions available in addition to the [standard media player actions](/integrations/media_player/#actions). - -### Action `linkplay.play_preset` - -Play a preset on a LinkPlay media player. - -{% note %} -Companion apps, such as 4stream, allow to save music presets (for example, Spotify playlists). This action can be used to start playing these presets. -{% endnote %} - -| Data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | The speakers to target. To target all LinkPlay devices, use `all`. -| `preset_number` | no | The number of the preset to play. +--- +title: LinkPlay +description: Connect and control your LinkPlay media players using the LinkPlay integration +ha_category: + - Media player +ha_domain: linkplay +ha_zeroconf: true +ha_integration_type: integration +ha_release: 2024.8 +ha_codeowners: + - '@Velleman' +ha_config_flow: true +ha_platforms: + - media_player + - button +ha_iot_class: Local Polling +--- + +The LinkPlay {% term integrations %} for Home Assistant allows you to control various media players based on the LinkPlay protocol. The integration supports auto-discovery on your local network through [Zeroconf](/integrations/zeroconf). + +{% include integrations/config_flow.md %} + +## Features + +### Media Player + +The media player entity offers robust controls and playback features from the media player integration and provides additionally: + +- **Preset playback**: Play LinkPlay presets configured on the device using the action `linkplay.play_preset`. +- **Multiroom**: Combine multiple LinkPlay devices in a multiroom. Use the actions `media_player.join` and `media_player.unjoin`. + +### Buttons + +The button entities provide some additional LinkPlay features available on the device: + +- **Time Sync**: Synchronize the device's internal clock with the current time in Home Assistant. +- **Restart Device**: Reboot the device, allowing for convenient troubleshooting and maintenance. + +## Actions + +The LinkPlay integration makes various custom actions available in addition to the [standard media player actions](/integrations/media_player/#actions). + +### Action `linkplay.play_preset` + +Play a preset on a LinkPlay media player. + +{% note %} +Companion apps, such as 4stream, allow to save music presets (for example, Spotify playlists). This action can be used to start playing these presets. +{% endnote %} + +| Data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | The speakers to target. To target all LinkPlay devices, use `all`. +| `preset_number` | no | The number of the preset to play. diff --git a/source/_integrations/locative.md b/source/_integrations/locative.markdown similarity index 98% rename from source/_integrations/locative.md rename to source/_integrations/locative.markdown index 3f28d27707d..fbbd1ad0b6d 100644 --- a/source/_integrations/locative.md +++ b/source/_integrations/locative.markdown @@ -1,23 +1,23 @@ ---- -title: "Locative" -description: "Instructions on how to use Locative to track devices in Home Assistant." -ha_category: - - Presence detection -ha_release: 0.86 -ha_iot_class: Cloud Push -ha_domain: locative ---- - -This platform allows you to detect presence using [Locative](https://www.locative.app/). Locative is an open source app for [iOS](https://apps.apple.com/us/app/locative/id725198453?ign-mpt=uo%3D4) that allows users to set up a `GET` or `POST` request when a geofence is entered or exited. This can be configured with Home Assistant to update your location. - -Install on your smartphone: - -- [iOS](https://apps.apple.com/us/app/locative/id725198453?ign-mpt=uo%3D4) - -To configure Locative, you must set it up via the integrations panel in the configuration screen. You must set up the app to send a POST request to your Home Assistant instance at the webhook URL provided by the integration during setup. When you enter or exit a geofence, Locative will send the appropriate request to that URL, updating Home Assistant. You are not able to specify a device name in Locative. Instead, you will need to look in your `dev-state` menu for a new device that Locative will have created on its first `GET`. If you had been or are using Owntracks as well, you will need to update the device name used in the Owntracks setup with the name that Locative generated. - -
-
-
+
+