Closed yuvalabou closed 2 years ago
Tried to compact my lovelace.yaml file with !include and when inside the external YAML file it says no card type configured - However - when using normal vertical stack it is working as expected.
lovelace.yaml
!include
no card type configured
THIS IS WORKING -
type: vertical-stack cards: - type: picture-elements image: /local/assets/vacuum_banner.jpg elements: - type: state-label entity: vacuum.xiaomi_vacuum_cleaner
AND THIS IS NOT -
type: 'custom:vertical-stack-in-card' cards: - type: picture-elements image: /local/assets/vacuum_banner.jpg elements: - type: state-label entity: vacuum.xiaomi_vacuum_cleaner
(the dash is missing in front of "type" because it is in front of the !include command in the main lovelace.
thanks.
Tried to compact my
lovelace.yaml
file with!include
and when inside the external YAML file it saysno card type configured
- However - when using normal vertical stack it is working as expected.THIS IS WORKING -
AND THIS IS NOT -
(the dash is missing in front of "type" because it is in front of the
!include
command in the main lovelace.thanks.