lovelace - Add more info to vacuum cleaner info card
This commit is contained in:
parent
151804e7a9
commit
488eebc0ad
@ -17,3 +17,6 @@
|
|||||||
# https://github.com/helto4real/hassio/tree/master/www/custom_cards
|
# https://github.com/helto4real/hassio/tree/master/www/custom_cards
|
||||||
- url: !file /local/weather-card.js
|
- url: !file /local/weather-card.js
|
||||||
type: module
|
type: module
|
||||||
|
|
||||||
|
- url: !file /local/more-info-card.js
|
||||||
|
type: js
|
||||||
|
@ -43,3 +43,6 @@ cards:
|
|||||||
service: python_script.event
|
service: python_script.event
|
||||||
service_data:
|
service_data:
|
||||||
event: VACUUM_HOME
|
event: VACUUM_HOME
|
||||||
|
|
||||||
|
- type: custom:more-info-card
|
||||||
|
entity: vacuum.xiaomi_vacuum_cleaner
|
||||||
|
@ -81,6 +81,9 @@ cards:
|
|||||||
- domain: automation
|
- domain: automation
|
||||||
options:
|
options:
|
||||||
secondary_info: entity-id
|
secondary_info: entity-id
|
||||||
|
- type: custom:more-info-card
|
||||||
|
entity: vacuum.xiaomi_vacuum_cleaner
|
||||||
|
title: Vacuum cleaner
|
||||||
|
|
||||||
- type: custom:auto-entities
|
- type: custom:auto-entities
|
||||||
card:
|
card:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user