#Badge configuration (multiple entities/states) one badge

1 messages · Page 1 of 1 (latest)

cosmic wigeon
#

Hey all! Is it possible to create a badge that has multiple entities, and the status of all those entities? So for example I have two roborock vacuums, and I'd like to show current state, I figured I'd start with one just to see if I can get it to show and not having any luck just with one using entity-filter. I have tried it with two as well, still no luck, I'm sure it's a simple mistake, any help or suggestions would be great appreciated!

Current Code:
type: entity-filter
entities:

  • binary_sensor.downstairs_rosie_charging
    conditions:
  • condition: state
    state: on

See screenshot too as the state of that sensor is considered "on". Thanks all!

pulsar sinew
#

Try state: "on", I think on is a yaml reserved keyword.