gitextract_b4t92yan/ ├── .github/ │ └── workflows/ │ └── validate.yml ├── INFO.md ├── README.md ├── SERVICES.md ├── blueprints/ │ └── automation/ │ └── tasmota_irhvac/ │ └── climate_vane_control_tasmota-irhvac.yaml ├── custom_components/ │ └── tasmota_irhvac/ │ ├── __init__.py │ ├── climate.py │ ├── const.py │ ├── manifest.json │ └── services.yaml ├── examples/ │ ├── card_configuration.yaml │ ├── configuration.yaml │ └── scripts.yaml └── hacs.json