From ff2ef805cb830537e20cb5933a86ffdc45e4f065 Mon Sep 17 00:00:00 2001 From: Sven Serlier <85389871+wrt54g@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:53:45 +0200 Subject: [PATCH] Documentation improvements (#27026) --- source/_integrations/fixer.markdown | 2 +- source/_integrations/honeywell.markdown | 6 +++--- source/_integrations/smtp.markdown | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_integrations/fixer.markdown b/source/_integrations/fixer.markdown index f79916115d6..8d499198c33 100644 --- a/source/_integrations/fixer.markdown +++ b/source/_integrations/fixer.markdown @@ -17,7 +17,7 @@ To get an overview about the available [currencies](https://fixer.io/symbols). ## Setup -You need to create an [API key](https://fixer.io/product). The free account is limited to only EUR as a base currency, allows 100 requests per month, and updates every hour. +You need to create an [API key](https://apilayer.com/marketplace/fixer-api#pricing). The free account is limited to only EUR as a base currency, allows 100 requests per month, and updates every hour. ## Configuration diff --git a/source/_integrations/honeywell.markdown b/source/_integrations/honeywell.markdown index 62d59cea602..be125853c1b 100644 --- a/source/_integrations/honeywell.markdown +++ b/source/_integrations/honeywell.markdown @@ -33,11 +33,11 @@ Home Assistant is integrated with the following devices through [https://mytotal - Thermostats - Every thermostat is exposed as a climate entity - - Known working devices: TH6320R1004, RTH9585WF1004 + - Known working devices: [TH6320R1004](https://customer.resideo.com/en-US/Pages/Product.aspx?cat=HonECC%2520Catalog&pid=TH6320R1004/U), [RTH9585WF1004](https://www.honeywellhome.com/us/en/products/air/thermostats/wifi-thermostats/wifi-color-touchscreen-thermostat-rth9585wf1004-u/) - Sensors - A Temperature sensor entity. - A Humidity sensor entity. - - Known working devices: C7089R1013 + - Known working devices: [C7089R1013](https://customer.resideo.com/en-US/Pages/Product.aspx?cat=HonECC%20Catalog&pid=C7089R1013/U) Others devices like Security systems are not currently supported by this integration @@ -45,7 +45,7 @@ Others devices like Security systems are not currently supported by this integra The climate platform integrates Honeywell US-based thermostats into Home Assistant, allowing control of the thermostat through the user interface. The current inside temperature, operating mode, and fan state are also displayed on the thermostat card. -All [climate services](/integrations/climate) are supported except set_swing_mode +All [climate services](/integrations/climate) are supported except set_swing_mode. ## Sensor diff --git a/source/_integrations/smtp.markdown b/source/_integrations/smtp.markdown index 53c9abcd126..8b66b0d899c 100644 --- a/source/_integrations/smtp.markdown +++ b/source/_integrations/smtp.markdown @@ -205,6 +205,6 @@ notify: sender_name: "SENDER_NAME" ``` -Keep in mind that Google has some extra layers of protection that need special attention. By default, the usage by external applications is limited so you will need to visit the [less secure apps](https://www.google.com/settings/security/lesssecureapps) page and enable it to be able to send e-mails. Be aware that Google will periodically turn it off if it is not used (no e-mail is sent). +Keep in mind that Google has some extra layers of protection that need special attention. By default, the usage by external applications is limited so you will need to visit the [less secure apps](https://myaccount.google.com/lesssecureapps) page and enable it to be able to send e-mails. Be aware that Google will periodically turn it off if it is not used (no e-mail is sent). -To avoid having your e-mail notifications broken due to the less secure app's behavior, it is recommended that you enable 2-step verification on your Google account, and use [an application-specific password](https://support.google.com/mail/answer/185833?hl=en) in your notification configuration. +To avoid having your e-mail notifications broken due to the less secure app's behavior, it is recommended that you enable 2-step verification on your Google account, and use [an application-specific password](https://support.google.com/mail/answer/185833) in your notification configuration.