gitextract_hihk12rd/ ├── .github/ │ └── workflows/ │ └── combined.yaml ├── .gitignore ├── README.md ├── custom_components/ │ └── miele/ │ ├── __init__.py │ ├── binary_sensor.py │ ├── fan.py │ ├── light.py │ ├── manifest.json │ ├── miele_at_home.py │ ├── sensor.py │ └── services.yaml ├── hacs.json └── info.md