Where I store my Home Assistant configs, including many shared on my blog: https://automateit.lol
- core/automations.yaml
- core/configuration.yaml
- cards/Cal-card.yaml
- cards/cat-card.yaml
- cards/Health-Cardyaml.yaml
- cards/Phone-Dash-Room_Card.yaml
- cards/timeline.yaml
- cards/navbar-card.yaml
- lovelace.yaml
- Updated
cards/cat-card.yamlwith safer numeric handling for weight cards. - Switched weight trend display to 14-day stats sensors:
sensor.marsh_weight_change_14dsensor.max_weight_change_14d
- Added a 14-day weight history graph to the cat popup.
- Updated litter box status text behavior:
- Shows
Last Online: Nowwhile LR4 is online. - Shows
sensor.litter_robot_4_last_seenvalue when LR4 is unavailable.
- Shows
- Updated
dashboards/Phone-Dash.yamlto match cat-card logic changes:- Trend cards use 14-day change sensors.
- Litter box
Last Onlinebehavior mirrors cat-card.
- Added 14-day statistics sensors in
core/configuration.yaml:Marsh Weight Change 14dfromsensor.marsh_weight_3Max Weight Change 14dfromsensor.max_weight_2
- This repo stores core files under
core/:- local
automations.yaml-> repocore/automations.yaml - local
configuration.yaml-> repocore/configuration.yaml
- local