snarky-snark / home-assistant-variables

A custom Home Assistant component for declaring and setting generic variable entities dynamically.
Apache License 2.0
274 stars 16 forks source link

tracked_entity_id not working #75

Closed Paytrix closed 2 years ago

Paytrix commented 2 years ago

Hey guys,

I dont't know if I did something wrong, or if this is still a bug. I am trying to listen to a change of an input_select helper, which throws me an error. If I try it with any other entity_id, it still doesn't work. How is that possible?

Config:

var:
  select_manufacturer:
    friendly_name: "Manufacturer"
    icon: mdi:warehouse
    value_template: "{{ 1 }}"
    tracked_enitity_id: input_select.manufacturer

Error:

Invalid config for [var]: [tracked_enitity_id] is an invalid option for [var]. Check: var->var->select_manufacturer->tracked_enitity_id. (See /config/configuration.yaml, line 148).
snarky-snark commented 2 years ago

Looks you have a typo. tracked_enitity_id should be tracked_entity_id.