hldh214 / hass-nature-remo-nano

Nature Remo Nano integration for Home Assistant

Home Page:https://community.home-assistant.io/t/support-for-nature-remo/116544

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant integration for Nature Remo

Yet another Home Assistant component for Nature Remo.

⚠️This integration is neither Nature Remo official nor Home Assistant official. Use at your own risk. ⚠️

Supported features

  • Air Conditioner
    • Set mode (e.g. cool, warm, blow etc.)
    • Set temperature
    • Set fan mode
    • Set swing mode
    • Show current temperature
    • Remember previous target temperatures when switching modes back and forth

Tested on Home Assistant Core 2021.3.3 on Docker

Installation

Install via HACS Custom repositories

https://hacs.xyz/docs/faq/custom_repositories

Enter the following information in the dialog and click ADD button.

Repository: https://github.com/yutoyazaki/hass-nature-remo Category: Integrations

Manual Install

  1. Download this repository
  2. Create custom_components/nature_remo_nano folder at your config directory
  3. Copy files into it (Just drag&drop whole files would be fine)
{path_to_your_config}
├── configuration.yaml
└── custom_components
    └── nature_remo_nano
        ├── __init__.py
        ├── climate.py
        └── manifest.json

Install via git submodule

If you have set up git, you can also install this component by adding submodule to your git repository.

git submodule add https://github.com/hldh214/hass-nature-remo-nano.git {path_to_custom_component}/nature_remo_nano

Configuration

  1. Go to https://home.nature.global and sign in/up
  2. Generate access token
  3. Add following codes to your configuration.yaml file
nature_remo_nano:
  access_token: YOUR_ACCESS_TOKEN

About

Nature Remo Nano integration for Home Assistant

https://community.home-assistant.io/t/support-for-nature-remo/116544

License:MIT License


Languages

Language:Python 100.0%