hi, the card is correct. This is the example from the Monster repo. Its copied directly out of the lovelace ymal. If you are using the Build in editor you have to change a little bit. Try this. Delete the first two blanks on each line. You can do this by holding “ALT-Key” and select with the mouse.
type: custom:monster-card
card:
type: glance
title: Monster
filter:
include: [{}]
exclude:
- entity_id: "*yweather*"
- domain: group
- domain: zone
You don’t need to ‘restart the server’ whatever you mean by that. ALl you need to do after adding a custom card is CTRL+F5 in your browser. If the resources are correct, that will clear the cache and reload the page and all new resources.
This got me at first too. It’s in the docs, but easy to overlook:
The basics of YAML syntax are block collections and mappings containing key-value pairs. Each item in a collection starts with a - while mappings have the format key: value .
BTW: Welcome to the forums. And kudos for concisely stating your issue, correctly formatting your code and including relevant screen-shots.
Jesus! That was easy! THX a lot! I must admit, that so far I did not fully understand the syntax of the YAML config files. I’m sorry, but I am not a programmer, so that’s the first time I’m dealing with Python, YAML and HASS…
Nice Sunday to everyone!
PS: I promise, that I will continue reading the docs…