GitHunt
PE

peterdotjs/cielo_home

Integration with Cielo Home

Cielo Home devices integration for HomeAssistant

hacs_badge
cielo_home
Maintenance

Donate
Buy me a coffee

A HomeAssistant custom integration to control Cielo Home devices.

Functionality

image

A exemple of thermostat card i use : https://github.com/nervetattoo/simple-thermostat

image

# YAML
- type: custom:simple-thermostat
        entity: climate.basement
        step_size: 1
        layout:
          step: row
          mode:
            names: true
            headings: false
        header: true
        control:
          hvac:
            _name: Mode
          fan:
            _name: Fan Mode
          swing:
            _name: Swing Mode
          preset:
            _name: Preset Mode

Installation

HACS

  1. Install HACS
  2. Go to HACS "Integrations >" section
  3. Click 3 dots in top right
  4. Click "Custom repositories"
  5. Add repository https://github.com/bodyscape/cielo_home with category Integration
  6. In the lower right click "+ Explore & Download repositories"
  7. Search for "Cielo Home" and add it
  8. In the Home Assistant (HA) UI go to "Configuration"
  9. Click "Integrations"
  10. Click "+ Add Integration"
  11. Search for "Cielo Home"

Manual

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called cielo_home.
  4. Download all the files from the custom_components/cielo_home/ directory (folder) in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Restart Home Assistant
  7. In the Home Assistant (HA) UI go to "Configuration"
  8. Click "Integrations"
  9. Click "+ Add Integration"
  10. Search for "Cielo Home"

Contributors

Apache License 2.0
Created February 11, 2023
Updated September 17, 2025