Compare commits

..

3 Commits

Author SHA1 Message Date
renovate[bot]
735cc21e8e
Merge 09f1ff486f into 3582753495 2024-11-19 23:16:57 +00:00
3582753495
Merge pull request #266 from DJaeger/patch-1
Fix typo
2024-10-06 01:14:47 +02:00
Daniel Jäger
74cb6c1138
Fix typo 2024-10-05 17:30:15 +02:00

View File

@ -6,6 +6,6 @@
| `{date}` | `2020-12-24` | Current date |
| `{hour}` | `20:05` | Current hour in 24h format |
| `{hour_12}` | `08:05PM` | Current hour in 12h format |
| `{ha_verion}` | `0.117.5`| Home assistant Version |
| `{ha_version}` | `0.117.5`| Home assistant Version |
| `{type}` | `Manual` | Backup type, value can be `Manual` or `Auto` |
| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |
| `{type_low}` | `manual` | Same as `{type}` but value is lowercase |