gitextract_644k2xfj/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── 01-issue_report.yml │ │ ├── 02-feature_reques.yml │ │ └── config.yml │ └── workflows/ │ ├── hassfest.yaml │ └── validate.yaml ├── .gitignore ├── LICENSE ├── README.md ├── custom_components/ │ └── kidschores/ │ ├── __init__.py │ ├── button.py │ ├── calendar.py │ ├── config_flow.py │ ├── const.py │ ├── coordinator.py │ ├── flow_helpers.py │ ├── kc_helpers.py │ ├── manifest.json │ ├── notification_action_handler.py │ ├── notification_helper.py │ ├── options_flow.py │ ├── select.py │ ├── sensor.py │ ├── services.py │ ├── services.yaml │ ├── storage_manager.py │ └── translations/ │ ├── en.json │ └── es.json └── hacs.json