From a70001c6bb99c73fe24f8c3d2cae8e6debbd7708 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 10:56:42 -0500 Subject: [PATCH 01/10] Remove harmony logo in favor of brand (#12604) --- source/_integrations/harmony.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/harmony.markdown b/source/_integrations/harmony.markdown index bf442ed432d..7c0064f616d 100644 --- a/source/_integrations/harmony.markdown +++ b/source/_integrations/harmony.markdown @@ -1,7 +1,6 @@ --- title: Logitech Harmony Hub description: Instructions on how to integrate Harmony Hub remotes into Home Assistant. -logo: logitech.png ha_category: - Remote ha_iot_class: Local Push From d075d6849d439207a695078eed7f598a13152595 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 10:58:40 -0500 Subject: [PATCH 02/10] Remove tado logo as its now in brands (#12603) --- source/_integrations/tado.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/tado.markdown b/source/_integrations/tado.markdown index 8a1eea5e113..21ccaf91a24 100644 --- a/source/_integrations/tado.markdown +++ b/source/_integrations/tado.markdown @@ -1,7 +1,6 @@ --- title: Tado description: Instructions on how to integrate Tado devices with Home Assistant. -logo: tado.png ha_category: - Hub - Climate From 045a6f02021f7cef1dae4e6b74111b1a8cf93bd5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 10:59:34 -0500 Subject: [PATCH 03/10] Remove image from elk in favor of brand (#12605) --- source/_integrations/elkm1.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/elkm1.markdown b/source/_integrations/elkm1.markdown index 603603fcb33..7ec06d6f0ad 100644 --- a/source/_integrations/elkm1.markdown +++ b/source/_integrations/elkm1.markdown @@ -1,7 +1,6 @@ --- title: Elk-M1 Control description: Instructions to setup the Elk-M1 controller. -logo: elkproducts.png ha_release: 0.81 ha_category: - Hub From 601a93ffa7e90b8ad9bc7800b0ff63539e6846fe Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 12:21:29 -0500 Subject: [PATCH 04/10] Remove ambient_station image in favor of brand (#12620) --- source/_integrations/ambient_station.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/ambient_station.markdown b/source/_integrations/ambient_station.markdown index ba949e6f627..aad6e81890f 100644 --- a/source/_integrations/ambient_station.markdown +++ b/source/_integrations/ambient_station.markdown @@ -1,7 +1,6 @@ --- title: Ambient Weather Station description: How to integrate Ambient Weather station within Home Assistant. -logo: ambient_weather.png ha_category: - Weather ha_release: 0.85 From df14dc15632158d24f9d54640aae18d883de17e3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 12:24:23 -0500 Subject: [PATCH 05/10] Remove isy994 image in favor of brand icon (#12619) --- source/_integrations/isy994.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/isy994.markdown b/source/_integrations/isy994.markdown index 179e66c56e1..9269d2d2fde 100644 --- a/source/_integrations/isy994.markdown +++ b/source/_integrations/isy994.markdown @@ -1,7 +1,6 @@ --- title: Universal Devices ISY994 description: Instructions on how to setup the ISY994 controller within Home Assistant. -logo: universal_devices.png ha_category: - Hub - Binary Sensor From 93cadbcb7583d756004e8d56570955b3ff16a881 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 12:46:46 -0500 Subject: [PATCH 06/10] Remove sense images in favor of brand images (#12616) --- source/_integrations/sense.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/sense.markdown b/source/_integrations/sense.markdown index 493fef0189e..a0f550f9ae0 100644 --- a/source/_integrations/sense.markdown +++ b/source/_integrations/sense.markdown @@ -1,7 +1,6 @@ --- title: Sense description: Instructions on how to integrate Sense within Home Assistant. -logo: sense.png ha_category: - Energy - Binary Sensor From 1b1506cecb120523dab11537bdc291141c6ca9cd Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 1 Apr 2020 12:48:29 -0500 Subject: [PATCH 07/10] LL: New entities card special row - attribute (#12617) --- source/_lovelace/entities.markdown | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 59a2282da5f..2c1288707b4 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -294,6 +294,35 @@ entities: type: string {% endconfiguration %} +### Attribute + +{% configuration %} +type: + required: true + description: attribute + type: string +entity: + required: true + description: Home Assistant entity ID. + type: string +attribute: + required: true + description: Attribute to display from the entity. + type: string +prefix: + required: false + description: Text before entity state. + type: string +suffix: + required: false + description: Text after entity state. + type: string +name: + required: false + description: Overwrites friendly name. + type: string +{% endconfiguration %} + ## Example Entity rows: From aecb83e558aab4a5b9d36758ac54ce2d6bb1f9ca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 13:32:03 -0500 Subject: [PATCH 08/10] Remove heos image in favor of brands (#12621) --- source/_integrations/heos.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/heos.markdown b/source/_integrations/heos.markdown index d077e4d7962..41aa2440a3d 100644 --- a/source/_integrations/heos.markdown +++ b/source/_integrations/heos.markdown @@ -1,7 +1,6 @@ --- title: Denon HEOS description: Instructions on how to integrate Denon HEOS into Home Assistant. -logo: heos.png ha_category: - Media Player ha_release: 0.92 From 98b619e964ce193ed7216d5763fbd851a44bec1f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 1 Apr 2020 13:33:27 -0500 Subject: [PATCH 09/10] Remove upnp images in favor of brands (#12623) --- source/_integrations/upnp.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/source/_integrations/upnp.markdown b/source/_integrations/upnp.markdown index d169c21989c..cb2a9fd073e 100644 --- a/source/_integrations/upnp.markdown +++ b/source/_integrations/upnp.markdown @@ -1,7 +1,6 @@ --- title: UPnP description: Internet Gateway Device (IGD) Protocol for Home Assistant. -logo: upnp.png ha_category: - Network - Sensor From e71fd7c5a71efa3fe2fb34b7fb80fbf85dbe1af5 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 1 Apr 2020 14:35:25 -0400 Subject: [PATCH 10/10] Markdown Card: User Variable (#12614) * User markdown * Undo line changes * add space --- source/_lovelace/markdown.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_lovelace/markdown.markdown b/source/_lovelace/markdown.markdown index d4eaa7a0feb..6b443900371 100644 --- a/source/_lovelace/markdown.markdown +++ b/source/_lovelace/markdown.markdown @@ -81,3 +81,18 @@ card: ``` {% endraw %} + + +A special template variable - `user` is set up for the `content` of the card. It contains the currently logged in user. + +For example: + +{% raw %} + +```yaml +type: markdown +content: | + Hello, {{user}} +``` + +{% endraw %} \ No newline at end of file