gitextract_1ow9x04h/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── hacsaction.yml │ └── main.yml ├── .gitignore ├── README.md ├── custom_components/ │ └── battery_sim/ │ ├── __init__.py │ ├── button.py │ ├── config_flow.py │ ├── const.py │ ├── helpers.py │ ├── manifest.json │ ├── number.py │ ├── select.py │ ├── sensor.py │ ├── services.yaml │ ├── switch.py │ └── translations/ │ ├── de.json │ ├── en.json │ ├── nl.json │ └── sv.json ├── hacs.json └── scripts/ └── check_translations_usage.py