8000 GitHub - ViPeR5000/cielo_home: Integration with Cielo Home
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ViPeR5000/cielo_home

 
 

Repository files navigation

Cielo Home devices integration for Home Assistant

hacs_badge cielo_home Maintenance

A Home Assistant custom integration to control Cielo Home devices.

Functionality

image

You can call the Cielo Sync AC State as a HA service.

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

With HACS

Click on the button below to automatically navigate to the repository within HACS:

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Alternatively, follow the steps below:

  1. Go to HACS "Integrations >" section
  2. Click 3 dots in top right
  3. Click "Custom repositories"
  4. Add repository https://github.com/bodyscape/cielo_home with category Integration
  5. In the lower right click "+ Explore & Download repositories"
  6. Search for "Cielo Home" and add it

Manual

Copy the cielo_home directory, from custom_components in this repository, and place it inside your Home Assistant Core installation's custom_components directory.

Note: If installing manually, in order to be alerted about new releases, you will need to subscribe to releases from this repository.

Setup

Click on the button below to add the integration:

Open your Home Assistant instance and start setting up a new integration.

Alternatively, follow the steps below:

  1. Install this integration.
  2. Navigate to the Home Assistant Integrations page (Settings --> Devices & Services)
  3. Click the + ADD INTEGRATION button in the lower right-hand corner
  4. Search for Cielo

About

Integration with Cielo Home

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0