Skip to content
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
121 changes: 121 additions & 0 deletions source/_integrations/homecast.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
title: Homecast
description: Instructions on setting up Homecast within Home Assistant.
ha_category:
- Alarm
- Binary sensor
- Climate
- Cover
- Fan
- Hub
- Light
- Lock
- Sensor
- Switch
ha_release: 2025.12
ha_iot_class: Cloud Push
ha_config_flow: true
ha_domain: homecast
ha_platforms:
- alarm_control_panel
- binary_sensor
- climate
- cover
- fan
- light
- lock
- sensor
- switch
ha_integration_type: hub
ha_codeowners:
- '@parob'
ha_quality_scale: bronze
---

[Homecast](https://homecast.cloud) bridges Apple HomeKit smart home devices to open standards, enabling remote control, API access, and AI assistant integration. The Homecast macOS or iOS app runs on your home network as a relay between HomeKit and the Homecast cloud.

This integration connects Home Assistant to the Homecast cloud API, exposing your HomeKit devices as native Home Assistant entities with real-time state updates.

{% include integrations/config_flow.md %}

## Installation

There are two ways to install the Homecast integration:

### Option 1: HACS (recommended)
Comment thread
robjampar marked this conversation as resolved.
Outdated

The [HACS](https://hacs.xyz) version includes all supported device platforms and receives updates immediately.

1. Open HACS in your Home Assistant instance.
2. Go to **Integrations** and select the three-dot menu, then **Custom repositories**.
3. Add `https://github.com/parob/homecast-hass` as an **Integration** repository.
4. Search for **Homecast** in HACS and install it.
5. Restart Home Assistant.
6. Continue with [Setup](#setup) below.

### Option 2: Core integration

The Homecast integration is included in Home Assistant Core starting with version 2025.12. The core version starts with the light platform, with additional platforms added in subsequent releases.

No installation is needed — continue with [Setup](#setup) below.

## Prerequisites

- A [Homecast](https://homecast.cloud) account
- The Homecast macOS or iOS app running on your home network as a relay
- At least one HomeKit home with devices

## Setup

1. Go to **{% my integrations title="Settings > Devices & services" %}** and select **Add integration**.
2. Search for **Homecast** and select it.
3. You will be redirected to the Homecast OAuth consent screen.
4. Log in with your Homecast account.
5. Select which homes to share and the permission level (view or control).
6. Confirm — your HomeKit devices will appear in Home Assistant within seconds.

No manual OAuth client registration is needed — the integration registers credentials automatically.

## Supported devices

| HomeKit device | Home Assistant platform | What you can control |
Comment thread
robjampar marked this conversation as resolved.
Outdated
| --- | --- | --- |
| Lightbulb | Light | On/off, brightness, color, color temperature |
| Switch / Outlet | Switch | On/off |
Comment thread
robjampar marked this conversation as resolved.
Outdated
| Thermostat / Heater-Cooler | Climate | HVAC mode, temperature targets |
| Lock | Lock | Lock / unlock |
| Window Covering | Cover | Position (0–100%), open/close |
| Fan | Fan | On/off, speed |
| Security System | Alarm control panel | Arm home/away/night, disarm |
| Motion Sensor | Binary sensor | Motion detected |
| Contact Sensor | Binary sensor | Open/closed |
| Temperature Sensor | Sensor | Temperature (°C) |
| Light Sensor | Sensor | Illuminance (lux) |

Devices with batteries automatically get battery level and low battery entities.

## How it works

The integration connects to the Homecast cloud via WebSocket for real-time push updates. When a device state changes (from Apple Home, Siri, automations, or any other source), the update is pushed to Home Assistant within one to two seconds.

A full state resync via REST polling runs every five minutes as a safety net to catch any missed updates.

When you control a device through Home Assistant, the command is sent via the REST API and the WebSocket delivers the confirmed state change back.

Devices are automatically organized into Home Assistant areas based on their HomeKit room names. If you have multiple homes, room names are prefixed with the home name (for example, "County Hall - Living Room").

## Removing the integration
Comment thread
robjampar marked this conversation as resolved.
Outdated

This integration follows standard integration removal. No extra steps are required.

{% include integrations/remove_device_service.md %}

## Troubleshooting

### Devices not appearing

Make sure the Homecast relay app (macOS or iOS) is running and connected. The relay must be online for the API to return device state.

### Re-authentication

If your OAuth token expires, Home Assistant will show a notification prompting you to re-authenticate. Go to **{% my integrations title="Settings > Devices & services" %}** > **Homecast** and follow the re-auth flow.