This repository contains a Home Assistant custom integration for controlling Mitsubishi Kumo Cloud thermostats. The integration is designed to be installed through HACS.
- Home Assistant configuration flow that prompts for the Kumo Cloud username and password (credentials will be used for SSO in a future update).
- Boilerplate structure ready for upcoming functionality including device discovery and state updates.
- Add this repository to HACS as a custom repository (
Integrationcategory). - Install the Kumo Cloud integration from the HACS store.
- Restart Home Assistant.
- In Home Assistant, go to Settings → Devices & Services → Add Integration and search for Kumo Cloud.
- Enter your Kumo Cloud username and password when prompted.
The integration follows the standard Home Assistant custom integration boilerplate. Future development will add:
- Single sign-on token exchange.
- Thermostat discovery, capabilities, and API actions.
- Websocket-based state polling and updates to Home Assistant.
Contributions are welcome!