From 9ae83749e533b9e288b43805e252a7195b890f78 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Wed, 9 Sep 2020 22:41:40 +0100 Subject: [PATCH 1/6] Adding FAQ entry about unique_id (#14446) This question keeps coming up, so it's long past time it was added to the FAQ --- source/_faq/unique_id.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/_faq/unique_id.markdown diff --git a/source/_faq/unique_id.markdown b/source/_faq/unique_id.markdown new file mode 100644 index 00000000000..429e9432247 --- /dev/null +++ b/source/_faq/unique_id.markdown @@ -0,0 +1,13 @@ +--- +title: "This entity does not have a unique ID?" +description: "This entity does not have a unique ID?" +ha_category: Configuration +--- + +When you see + +```text +This entity does not have a unique ID, therefore its settings cannot be managed from the UI +``` + +this simply means that you can't change the `entity_id` or the friendly name from the UI. You can still use the _Customizations_ menu to customize that entity. Typically you'll see this when you create entities using YAML. From 18076d796ab036e114c85b9cbcadef748e18ba24 Mon Sep 17 00:00:00 2001 From: jordaosoft Date: Wed, 9 Sep 2020 18:13:57 -0400 Subject: [PATCH 2/6] Update unifi.markdown (#14436) --- source/_integrations/unifi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/unifi.markdown b/source/_integrations/unifi.markdown index 45b5a9a50d1..279ae76dd4a 100644 --- a/source/_integrations/unifi.markdown +++ b/source/_integrations/unifi.markdown @@ -39,7 +39,7 @@ The UniFi controller allows you to create multiple users on it besides the main ### UniFi OS -For UniFi OS a local-only user needs to be created. A user who uses the Ubiquiti cloud will not work. You can do this in the manage users section on the UniFi OS dashboard. Make sure to give it the right permissions for the functions you want to use. +For UniFi OS a local-only user needs to be created. A user who uses the Ubiquiti cloud will not work. You can do this in the manage users section on the UniFi OS dashboard. Make sure to give it the right permissions for the functions you want to use. Note the Dream Machine Pro needs the port to be 443. ### Conflicts with MQTT From 730ed9c9228013d80343bafa38a43ee145a97b77 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 10 Sep 2020 00:38:31 +0200 Subject: [PATCH 3/6] Config block styling & text selection fixes (#14447) --- plugins/configuration.rb | 5 +++-- sass/custom/_paulus.scss | 16 ++++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/plugins/configuration.rb b/plugins/configuration.rb index cfaccceef80..0fcf9de7f61 100644 --- a/plugins/configuration.rb +++ b/plugins/configuration.rb @@ -61,7 +61,8 @@ module Jekyll result << vars.map do |key, attr| markup = Array.new - markup << "
#{key}" + # There are spaces around the "{key}", to improve double-click selection in Chrome. + markup << "
#{key} " if attr.key? 'type' @@ -115,7 +116,7 @@ module Jekyll shortDefaultValue = ", default: " + shortDefaultValue end - markup << "#{startSymbol}#{required_value(attr['required'])}#{shortDefaultValue}#{endSymbol}" + markup << "#{startSymbol}#{required_value(attr['required'])}#{shortDefaultValue}#{endSymbol}" end markup << "
" diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index f9d6e455b5c..ddd64ed87e4 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -500,17 +500,13 @@ div.config-vars { } .nested .config-vars-item:last-child { - border: none + border: none; } .config-vars-label { padding-bottom: 4px; position: relative; - > span { - padding-right: 4px; - } - &:hover a.title-link::before { position: absolute; top: 5px; @@ -525,17 +521,17 @@ div.config-vars { .config-vars-label-name { font-weight: bold; - font-size: 16px; + font-size: 16px; color: #222222bd; } .config-vars-type { - color :#8792a2; + color: #8792a2; font-size: 13px; } .config-vars-required { - color :#8792a2; + color: #8792a2; font-size: 13px; text-transform: lowercase; @@ -544,6 +540,10 @@ div.config-vars { text-transform: uppercase; font-size: 11px; } + + .default { + text-transform: None; + } } .config-vars-description-and-children { From 0351198959154df128c0ceeaf12477f76d7a5e4a Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 10 Sep 2020 03:24:56 -0400 Subject: [PATCH 4/6] Instructions on adding Zones via GUI (#14448) Added instructions on managing Zones through the user interface. Also changed an example icon from `mdi:worker` which no longer exists to `mdi:briefcase` . --- source/_integrations/zone.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown index de594d22d56..e2277ab15aa 100644 --- a/source/_integrations/zone.markdown +++ b/source/_integrations/zone.markdown @@ -12,7 +12,9 @@ ha_domain: zone Zones allow you to specify certain regions on earth (for now). When a device tracker sees a device to be within a zone, the state will take the name from the zone. Zones can also be used as a [trigger](/getting-started/automation-trigger/#zone-trigger) or [condition](/getting-started/automation-condition/#zone-condition) inside automation setups. -The `zone` integration uses YAML sequences to configure multiple zones: +Zones can be added and managed through the user interface at **Configuration -> Zones**. + +Zones can also be configured via `configuration.yaml`: ```yaml # Example configuration.yaml entry @@ -78,7 +80,7 @@ Devices that are in the zone **'Home'** will not appear on the map in the Home A ## Icons -It is preferred to pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:worker`, `mdi:home`, `mdi:cart`, or `mdi:castle`. +It is preferred to pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:briefcase`, `mdi:home`, `mdi:cart`, or `mdi:castle`. ## State From 00196d65db4e84163fc46becd47806afd0696056 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Thu, 10 Sep 2020 11:21:16 +0200 Subject: [PATCH 5/6] Remove IFTTT from featured integrations (#14453) --- source/_includes/custom/grid_item_left.html | 3 --- source/_integrations/ifttt.markdown | 1 - 2 files changed, 4 deletions(-) diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index 3f8f2644cdf..a92e9d95714 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -5,9 +5,6 @@ Ecobee - - IFTTT - Philips Hue diff --git a/source/_integrations/ifttt.markdown b/source/_integrations/ifttt.markdown index f70419f24ec..28259819da3 100644 --- a/source/_integrations/ifttt.markdown +++ b/source/_integrations/ifttt.markdown @@ -3,7 +3,6 @@ title: IFTTT description: Instructions on how to setup IFTTT within Home Assistant. ha_category: - Automation -featured: true ha_iot_class: Cloud Push ha_release: 0.8 ha_config_flow: true From 5ddf61387fb586cd33cc67286b7185ac00b5367f Mon Sep 17 00:00:00 2001 From: griddyadmin <69921940+griddyadmin@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:34:50 -0500 Subject: [PATCH 6/6] Update ha_category to Energy (#14459) * Update ha_category to Energy I noticed that this integration is currently in the Sensor category -- it really belongs in the Energy category as it is presenting the 5-minute interval pricing for Electricity in the Texas deregulated market. * Update griddy.markdown --- source/_integrations/griddy.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/griddy.markdown b/source/_integrations/griddy.markdown index 6ebc9080d11..dfc3da50d26 100644 --- a/source/_integrations/griddy.markdown +++ b/source/_integrations/griddy.markdown @@ -1,7 +1,8 @@ --- title: Griddy Power -description: Instructions on how to integrate griddy prices into Home Assistant. +description: Instructions on how to integrate griddy real-time electricity prices into Home Assistant. ha_category: + - Energy - Sensor ha_release: 0.107 ha_iot_class: Cloud Polling