mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
8 lines
295 B
YAML
8 lines
295 B
YAML
template:
|
|
- binary_sensor:
|
|
- name: 'HACS Update Available'
|
|
unique_id: binary_sensor.hacs_update_available
|
|
icon: mdi:alpha-c-box
|
|
state: "{{ states('sensor.hacs') | float(default=0) > 0 }}"
|
|
availability: "{{ states('sensor.hacs') not in ['unkown', 'unavailable'] }}"
|