Custom integration to display Cuby Helios gas level history for one or more devices. Includes:
- Config Flow (UI) for credentials and device IDs
- Automatic token acquisition and refresh
- DataUpdateCoordinator polling
- One sensor per device
- Add this repository in HACS as a custom repository (Integration).
- Install "Cuby Gas Level".
- Restart Home Assistant.
- Go to Settings → Devices & Services → Add Integration → search "Cuby Gas Level".
- Enter email, password, and Cuby device IDs (comma-separated).
type: gauge
entity: sensor.cuby_gas_level_ABC123
min: 0
max: 100
name: Gas Level ABC123
type: entities
title: Cuby Gas Devices
entities:
- sensor.cuby_gas_level_ABC123
- sensor.cuby_gas_level_XYZ789