I cannot seem to pull any values from states.
In my configuration.yaml I have:
template: !include_dir_merge_list config/templates/
That reads in a file that has this:
`- sensor:
- name: cc_temperature
state: "{{ state_attr('person.cchmura','id') }}"
unit_of_measurement: °F - name: cc_humidity
state: "{{ state_attr('weather.tomorrow_io_home_daily','humidity') }}"`
The cc_temperature does in fact show up in my developer states, but no matter what I do its not able to populate a state from anything.
Just unknown.
I did change the name to make sure it was not configuring somewhere else and I can see the change.
I read the template doc, looks like my format is correct...
Thanks for any help!