ROOT
  • ROOT
  • Example file This is an example
  • duckdns
    • duckdns_not_working
  • general
    • i_have_an_error
  • hassbian
    • Get Hassbian
    • hassbian_config_install_multiple_suites
  • homeassistant
    • breaking_changes
    • confusing_ha_terms
    • Development setup (docker based)
    • Discord webhook
    • easy_le-ssl_duckdns_setup
    • reboot_after_config_change
    • trigger_stuff_with_curl
    • templates
      • get_all_entities_from_a_group
      • list_all_active_domains
      • share_state_between_two_devices
      • strings
      • translate_strftime_weekday
  • python
    • 99_bottles
    • append_to_dict_if_not_allready_there
  • raspberry
    • check_power_trottle
  • windows
    • startup-diskmapping
  • .github
    • PULL_REQUEST_TEMPLATE
      • New Hassbian-config function
    • PULL_REQUEST_TEMPLATE
      • New Suite
    • PULL_REQUEST_TEMPLATE
      • suite_fix_template
Powered by GitBook
On this page
  1. homeassistant
  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_groupNextshare_state_between_two_devices

Last updated 6 years ago