initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
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'] }}"