Skip to content

Commit

Permalink
Merge branch 'next' into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 1, 2020
2 parents 62c83ff + 4f48d8b commit 0e0d262
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 8 deletions.
1 change: 0 additions & 1 deletion source/_integrations/ambient_station.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/elkm1.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/harmony.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/heos.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/isy994.markdown
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/sense.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Sense
description: Instructions on how to integrate Sense within Home Assistant.
logo: sense.png
ha_category:
- Energy
- Binary Sensor
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/tado.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Tado
description: Instructions on how to integrate Tado devices with Home Assistant.
logo: tado.png
ha_category:
- Hub
- Climate
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/upnp.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: UPnP
description: Internet Gateway Device (IGD) Protocol for Home Assistant.
logo: upnp.png
ha_category:
- Network
- Sensor
Expand Down
29 changes: 29 additions & 0 deletions source/_lovelace/entities.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
15 changes: 15 additions & 0 deletions source/_lovelace/markdown.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 0e0d262

Please sign in to comment.