31 lines
1.7 KiB
YAML
31 lines
1.7 KiB
YAML
- sensor:
|
|
- name: 'Bug Reports'
|
|
unique_id: d9c3d6c5-f28f-4b60-a19f-355c8e58f9cb
|
|
state: "{{ states('sensor.home_tech') }}"
|
|
attributes:
|
|
project: "{{ state_attr('sensor.home_tech', 'project') }}"
|
|
items: "{{ state_attr('sensor.home_tech', 'items')|selectattr('section_id', 'eq', '94865633')|list|selectattr('parent_id','eq',none)|list }}"
|
|
- name: 'Improvements'
|
|
unique_id: f1af501a-de94-4951-a841-9ef82a08bb95
|
|
state: "{{ states('sensor.home_tech') }}"
|
|
attributes:
|
|
project: "{{ state_attr('sensor.home_tech', 'project') }}"
|
|
items: "{{ state_attr('sensor.home_tech', 'items')|selectattr('section_id', 'eq', '114199257')|list|selectattr('parent_id','eq',none)|list }}"
|
|
- name: 'In Progress'
|
|
unique_id: ea820db3-3b17-49a5-8ab9-b5d1e89c5da1
|
|
state: "{{ states('sensor.home_tech') }}"
|
|
attributes:
|
|
project: "{{ state_attr('sensor.home_tech', 'project') }}"
|
|
items: "{{ state_attr('sensor.home_tech', 'items')|selectattr('section_id', 'eq', '81234677')|list|selectattr('parent_id','eq',none)|list }}"
|
|
- name: 'Long Term or Maintaining'
|
|
unique_id: 4c807471-6d9a-4f64-bad9-893a330a9499
|
|
state: "{{ states('sensor.home_tech') }}"
|
|
attributes:
|
|
project: "{{ state_attr('sensor.home_tech', 'project') }}"
|
|
items: "{{ state_attr('sensor.home_tech', 'items')|selectattr('section_id', 'eq', '88456343')|list|selectattr('parent_id','eq',none)|list }}"
|
|
- name: 'Postponed Indefinitely'
|
|
unique_id: eadb779a-eb65-4cc8-a184-fb5d6f29c48d
|
|
state: "{{ states('sensor.home_tech') }}"
|
|
attributes:
|
|
project: "{{ state_attr('sensor.home_tech', 'project') }}"
|
|
items: "{{ state_attr('sensor.home_tech', 'items')|selectattr('section_id', 'eq', '81234736')|list|selectattr('parent_id','eq',none)|list }}" |