diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index 15534a16f1e..3ca8dccfe84 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -32,7 +32,7 @@ bluetooth: For Bluetooth to function on Linux systems: -- The [D-Bus](https://en.wikipedia.org/wiki/D-Bus) socket must be accessible to Home Assistant. +- The [D-Bus](https://en.wikipedia.org/wiki/D-Bus) socket must be accessible to Home Assistant. - The Bluetooth adapter must be accessible to D-Bus and running [BlueZ](http://www.bluez.org/) >= 5.43. It is highly recommended to use BlueZ >= 5.63 as older versions have been reported to be unreliable. - The D-Bus implementation should be [dbus-broker](https://github.com/bus1/dbus-broker). - The host system should be running Linux kernel 5.15.62 or later. @@ -105,7 +105,7 @@ The following methods are known to work to add multiple adapters: - Long USB Extension cables - USB-Ethernet extenders -- [USB/IP](http://usbip.sourceforge.net/) +- [USB/IP](https://usbip.sourceforge.net/) Integrations that have followed the [Best practices for library authors](https://developers.home-assistant.io/docs/bluetooth/?_highlight=Best+practices#best-practices-for-library-authors) will automatically connect via the adapter with the best signal and failover to an active adapter if one becomes unavailable. @@ -173,7 +173,7 @@ For example, unshielded USB 3 port and their cables are especially infamously kn - Try to place the Bluetooth adapter at some distance away from walls, ceilings, and floors. - Try different orientations of the adapter's external antenna (or whole Bluetooth adapter). - USB 3.0 ports/computers/peripherals are known culprits of RFI/EMI/EMF disruption. (See Ref. [1](https://www.usb.org/sites/default/files/327216.pdf) and [2](https://www.unit3compliance.co.uk/2-4ghz-intra-system-or-self-platform-interference-demonstration/)). - - Make sure to only connect the Bluetooth USB adapter to a USB 2.0 port (and not to a USB 3.x port). + - Make sure to only connect the Bluetooth USB adapter to a USB 2.0 port (and not to a USB 3.x port). - If your computer only has a USB 3.x port then connect the adapter via a powered USB 2.0 hub: - A USB 2.0 hub will convert USB 3.0 to a USB 2.0 port and avoid USB 3.0 EMF. - A USB 2.0 hub that uses an external power supply will ensure power requirements are fulfilled. diff --git a/source/_integrations/clicksend_tts.markdown b/source/_integrations/clicksend_tts.markdown index 7dc90e36cf9..cbb815c4a5f 100644 --- a/source/_integrations/clicksend_tts.markdown +++ b/source/_integrations/clicksend_tts.markdown @@ -48,7 +48,7 @@ caller: required: false type: string language: - description: The language you want to use to convert the message to audio. Accepted values are found in the [ClickSend Documentation](http://docs.clicksend.apiary.io/#reference/voice/voice-languages). + description: The language you want to use to convert the message to audio. Accepted values are found in the [ClickSend Documentation](https://clicksend.docs.apiary.io/#reference/voice/voice-languages). required: false default: en-us type: string diff --git a/source/_integrations/envisalink.markdown b/source/_integrations/envisalink.markdown index a629fe4cecf..4add5376b96 100644 --- a/source/_integrations/envisalink.markdown +++ b/source/_integrations/envisalink.markdown @@ -20,7 +20,7 @@ ha_integration_type: integration The `envisalink` integration will allow Home Assistant users who own either a DSC or Honeywell alarm panel to leverage their alarm system and its sensors to provide Home Assistant with rich information about their homes. Connectivity between Home Assistant and the alarm panel is accomplished through a device produced by Eyez On, known as the Envisalink. The Envisalink evl3 and evl4 boards provide a TCP/IP interface to the alarm panel, where it emulates an alarm keypad. This board also exposes a raw TCP/IP based API, upon which this integration is built. Currently, the Envisalink version 4 is the latest model. This integration supports both the evl3 and the evl4. -Please visit the [eyezon website](http://www.eyezon.com/) for further information about the evl3 and evl4 boards. +Please visit the [eyezon website](https://www.eyezon.com/) for further information about the evl3 and evl4 boards. There is currently support for the following device types within Home Assistant: diff --git a/source/_integrations/gdacs.markdown b/source/_integrations/gdacs.markdown index 77d3d799d41..5f1047a1f9a 100644 --- a/source/_integrations/gdacs.markdown +++ b/source/_integrations/gdacs.markdown @@ -16,18 +16,11 @@ ha_platforms: ha_integration_type: integration --- -The `gdacs` integration lets you use a GeoRSS feed provided by -[GDACS](https://www.gdacs.org/) with information -about major droughts, earthquakes, floods, tropical cyclones, tsunamis and -volcanic activities worldwide. -It retrieves alerts from a feed and shows information of those alerts filtered -by distance to Home Assistant's location. -The filter is set in the configuration as categories, radius (kilometers or miles based on unit system set in Home Assistant), latitude and longatude. +The `gdacs` integration lets you use a GeoRSS feed provided by [GDACS](https://www.gdacs.org/) with information about major droughts, earthquakes, floods, tropical cyclones, tsunamis and volcanic activities worldwide. +It retrieves alerts from a feed and shows information of those alerts filtered by distance to Home Assistant's location. +The filter is set in the configuration as categories, radius (kilometers or miles based on unit system set in Home Assistant), latitude and longitude. -Entities are generated, updated and removed automatically with each update -from the feed. Each entity defines latitude and longitude and will be shown -on the default map automatically, or on a map card by defining the source -`gdacs`. The distance is available as the state of each entity converted to the configured unit system (kilometers or miles). +Entities are generated, updated and removed automatically with each update from the feed. Each entity defines latitude and longitude and will be shown on the default map automatically, or on a map card by defining the source `gdacs`. The distance is available as the state of each entity converted to the configured unit system (kilometers or miles).
@@ -37,10 +30,7 @@ The data is updated every 5 minutes.