-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add basic page for Lunatone integration #40089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Changes from all commits
76faa9e
d595793
1eca7e8
2e64731
077a6af
2106604
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: Lunatone | ||
description: Instructions on how to integrate Lunatone REST API devices with Home Assistant. | ||
ha_category: | ||
- Hub | ||
- Light | ||
ha_release: 2025.8 | ||
ha_iot_class: Local Polling | ||
ha_codeowners: | ||
- '@Overlap0190' | ||
ha_domain: lunatone | ||
ha_config_flow: true | ||
ha_platforms: | ||
- light | ||
ha_integration_type: integration | ||
--- | ||
|
||
The **Lunatone** {% term integration %} is used to integrate with the devices of [Lunatone](https://www.lunatone.com) that offer a REST API. | ||
|
||
## Supported devices | ||
c0ffeeca7 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Right now the following devices are supported: | ||
|
||
- [DALI-2 IoT Gateway (v1.14.1 or later)](https://www.lunatone.com/produkt/dali-2-iot-gateway/) | ||
- [DALI-2 IoT4 Gateway (v1.14.1 or later)](https://www.lunatone.com/produkt/dali-2-iot4-gateway/) | ||
- [DALI-2 Display 4'' (v1.14.1 or later)](https://www.lunatone.com/produkt/dali-2-display-4/) | ||
- [DALI-2 Display 7'' (v1.14.1 or later)](https://www.lunatone.com/produkt/dali-2-display-7/) | ||
|
||
There is currently support for the following device types within Home Assistant: | ||
|
||
- Lights | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are there any prerequisites? Is there anything I need to know/prepare before adding this integration? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just the network setup and IP/Hostname. I have added prerequisites in 077a6af. |
||
## Prerequisites | ||
|
||
Before setting up the Lunatone integration, ensure you have: | ||
|
||
1. Your gateway device powered and connected to your network. | ||
2. The IP address or hostname of your device. | ||
|
||
{% include integrations/config_flow.md %} | ||
|
||
{% configuration_basic %} | ||
URL: | ||
description: "The URL to your gateway device. For example: http://10.0.0.131" | ||
{% endconfiguration_basic %} | ||
|
||
## Removing the integration | ||
|
||
This integration follows standard integration removal. No extra steps are | ||
required. | ||
|
||
{% include integrations/remove_device_service.md %} |
Uh oh!
There was an error while loading. Please reload this page.