Fix more_info and close_popup for 0.113

This commit is contained in:
2020-08-02 18:05:39 +02:00
parent c15d2b770e
commit 678d56e864
5 changed files with 103 additions and 242 deletions

View File

@@ -10,6 +10,7 @@ views:
cards:
- type: custom:browser-player
- type: button
class: border
entity: sun.sun
name: popup
tap_action:
@@ -56,13 +57,22 @@ views:
background: rgba(0,0,0,0);
}
card:
type: markdown
content: Hello!
style: |
ha-card {
--ha-card-background: rgba(0,0,0,0.5);
color: white;
}
type: vertical-stack
cards:
- type: markdown
content: Hello!
style: |
ha-card {
--ha-card-background: rgba(0,0,0,0.5);
color: white;
}
- type: markdown
content: Hello!
style: |
ha-card {
--ha-card-background: rgba(0,0,0,0.5);
color: red;
}
- type: button
entity: sun.sun