Home Assistant REST API

The Home Assistant REST API provides access to all home automation entities including climate/HVAC entities. Supports reading thermostat state, setting temperature, changing HVAC mode, and triggering automations for air conditioning control.

API entry from apis.yml

apis.yml Raw ↑
aid: aircon:home-assistant
name: Home Assistant REST API
tags:
- Smart Home
- HVAC
- IoT
- Open Source
- Automation
humanURL: https://developers.home-assistant.io/docs/api/rest/
baseURL: http://homeassistant.local:8123/api
description: The Home Assistant REST API provides access to all home automation entities including climate/HVAC
  entities. Supports reading thermostat state, setting temperature, changing HVAC mode, and triggering
  automations for air conditioning control.
properties:
- url: https://developers.home-assistant.io/docs/api/rest/
  type: Documentation
- url: https://developers.home-assistant.io/docs/api/rest/
  type: APIReference