Ludeeus
  • Hello world?
  • Messages
    • Teapot
  • Home Assistant
    • Blueprints
      • Pause Playing Media During Calls
    • Discord webhook notifier
    • Templates
      • Get the user that changed an entity
      • Get All entities from a group
      • List all active domains
      • Translate strftime weekday
      • Share state between two entities
      • Strings
  • Playground
    • 99 Bottles of Beer 🍻
  • 🤬Outlet
    • I have an error
    • My custom cards don't work
Powered by GitBook
On this page
  1. Home Assistant
  2. Templates

List all active domains

{{ states | map(attribute='domain') |list | unique | list}}

From: https://github.com/skalavala/smarthome/tree/master/jinja_helpers​

PreviousGet All entities from a groupNextTranslate strftime weekday

Last updated 5 years ago