Skip to content

Commit

Permalink
Merge pull request #921 from UI-Lovelace-Minimalist/automated_custom_…
Browse files Browse the repository at this point in the history
…card_docs

[Action] Update custom_cards docs
  • Loading branch information
basbruss authored Aug 4, 2022
2 parents b05c499 + 6c2b9a4 commit 020ebfe
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/usage/custom_cards/custom_card_imswel_person.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,21 @@ hide:

# Custom-card "Person"

This is a `custom-card` that improves the original person card (`card_person`) by allowing the user to define as many areas as desired and adding a pop-up window inspired by the nice theme of [@matt8707](https://github.com/matt8707/hass-config)
This is a `custom-card` that improves the original person card (`card_person`) by automatically using all zones and adding a pop-up window inspired by the nice theme of [@matt8707](https://github.com/matt8707/hass-config)

![Generic](../../assets/img/custom_card_imswel_person.gif)

## Credits

Author: imswel - 2022
Version: 1.0.0
Version: 1.0.1

## Changelog

<details>
<summary>1.0.1</summary>
Breaking change: removed variable for zones, instead load all zones automatically.
</details>
<details>
<summary>1.0.0</summary>
Initial release
Expand Down Expand Up @@ -52,9 +56,6 @@ This card needs the following to function correctly:
ulm_card_imswel_person_gps_tracker: device_tracker.oneplus_6t
ulm_card_imswel_person_findmy_script: script.find_my_oneplus_6t
ulm_card_imswel_person_use_entity_picture: true
ulm_card_imswel_person_zones:
- zone.work
- zone.school
```
#### Variables
Expand Down Expand Up @@ -96,10 +97,4 @@ This card needs the following to function correctly:
<td>no</td>
<td>If true, shows the entity picture from your user instead of the icon. Default is false</td>
</tr>
<tr>
<td>ulm_card_imswel_person_zones</td>
<td>- zone.work<br>- zone.school</td>
<td>no</td>
<td>A list of zones (beside "home") to use for the card. You can set up as many zones as you want besides "home".</td>
</tr>
</table>

0 comments on commit 020ebfe

Please sign in to comment.