Lovelace: Add a label entity row (#1779)
* Add a label entity row * Style fixes * Allow blank label text * Rename to section
This commit is contained in:
committed by
Paulus Schoutsen
parent
b068db3f7a
commit
5774d913af
@@ -149,10 +149,6 @@ const CONFIGS = [
|
||||
config: `
|
||||
- type: entities
|
||||
entities:
|
||||
- type: weblink
|
||||
url: http://google.com/
|
||||
icon: mdi:google
|
||||
name: Google
|
||||
- type: call-service
|
||||
icon: mdi:power
|
||||
name: Bed light
|
||||
@@ -160,6 +156,12 @@ const CONFIGS = [
|
||||
service: light.toggle
|
||||
service_data:
|
||||
entity_id: light.bed_light
|
||||
- type: section
|
||||
label: Links
|
||||
- type: weblink
|
||||
url: http://google.com/
|
||||
icon: mdi:google
|
||||
name: Google
|
||||
- type: divider
|
||||
- type: divider
|
||||
style:
|
||||
|
||||
Reference in New Issue
Block a user