Hallo,
leider komme ich hier nicht wirklich weiter. Vielleicht ist das Thema bereits bekannt oder jemand kann mir weiterhelfen.
Ich würde sehr gerne ein paar Mushrooms Chips mit Card-Mod anpassen erhalte aber immer wieder diesen Fehler und würde sehr gerne weiterhin auch visuell arbeiten wollen.
Visueller Editor wird für diese Konfiguration nicht unterstützt:
- At path: chips.1.card_mod – Expected a value of type
never, but received:[object Object]
Du kannst deine Konfiguration weiterhin in YAML bearbeiten.
type: custom:mushroom-chips-card
chips:
- type: entity
entity: person.olli
use_entity_picture: true
icon_color: accent
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
- type: entity
entity: sensor.hmip_sthd_000e98a9ab9ea5_temperatur
icon_color: cyan
card_mod:
style: |
ha-card {
font-family: "Arial";
font-size: 50px !important;
}
- type: entity
entity: person.anja
use_entity_picture: true
icon_color: amber
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
- type: alarm-control-panel
entity: alarm_control_panel.alarmo
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/security
hold_action:
action: none
double_tap_action:
action: none
content_info: none
- type: conditional
conditions:
- condition: state
entity: lock.hmip_dld_002a20c996ab3f
state: locked
chip:
type: entity
entity: lock.hmip_dld_002a20c996ab3f
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/security
hold_action:
action: none
double_tap_action:
action: none
icon_color: pink
content_info: none
- type: entity
entity: cover.rollos
icon_color: light-green
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/rolladen
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:roller-shade
content_info: none
- type: conditional
conditions:
- entity: binary_sensor.gruppe_fensterkontakte
state: 'on'
chip:
type: entity
entity: binary_sensor.gruppe_fensterkontakte
content_info: none
icon_color: deep-purple
- type: conditional
conditions:
- entity: binary_sensor.gruppe_feuchtigkeitsensor_keller
state: 'on'
chip:
type: entity
entity: binary_sensor.gruppe_feuchtigkeitsensor_keller
content_info: none
icon_color: primary
- type: conditional
conditions:
- condition: state
entity: binary_sensor.v1_waschkeller_vibration
state: 'on'
chip:
type: entity
entity: binary_sensor.v1_waschkeller_vibration
tap_action:
action: more-info
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:vibrate
icon_color: deep-orange
content_info: none
- type: conditional
conditions:
- entity: binary_sensor.gruppe_bewgungsmelder
state: 'on'
chip:
type: entity
entity: binary_sensor.gruppe_bewgungsmelder
icon_color: deep-orange
content_info: none
- type: template
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/kalender
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:calendar
icon_color: yellow
- type: template
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/ring
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:cctv
icon_color: cyan
- type: entity
entity: binary_sensor.akkus
icon_color: accent
content_info: none
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/akkus
icon: mdi:battery-charging-20
- type: entity
entity: light.light_group
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/beleuchtung
double_tap_action:
action: toggle
icon_color: yellow
content_info: none
- type: template
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/lux
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:brightness-5
- type: template
tap_action:
action: navigate
navigation_path: /sonoff-nspanel-pro/sonos
hold_action:
action: none
double_tap_action:
action: none
icon: mdi:speaker
icon_color: blue
alignment: center
card_mod:
style: |
ha-card {
padding-top: 10px !important;
padding-bottom: 40px !important;
}
by HarryP: Codezeilen bearbeitet (bitte immer über </> einbinden)
