spelling mistakes mostly

This commit is contained in:
CeeWeasel
2024-07-03 12:58:50 -04:00
parent 098ebd69bc
commit 458c6121f2
22 changed files with 1173 additions and 1071 deletions
+5 -5
View File
@@ -1,7 +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'] }}"
- 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 ['unknown', 'unavailable'] }}"