|
| 1 | +--- |
| 2 | +title: Cync |
| 3 | +description: Instructions on how to integrate Cync devices into Home Assistant. |
| 4 | +ha_release: "2025.10" |
| 5 | +ha_iot_class: Cloud Push |
| 6 | +ha_category: |
| 7 | + - light |
| 8 | +ha_codeowners: |
| 9 | + - '@Kinachi249' |
| 10 | +ha_domain: cync |
| 11 | +ha_integration_type: integration |
| 12 | +ha_platforms: |
| 13 | + - light |
| 14 | +ha_quality_scale: bronze |
| 15 | +--- |
| 16 | + |
| 17 | +The **Cync** {% term integration %} is used to integrate with smart devices sold by [GE Lighting](https://www.gelighting.com/). Cync, formerly known as "C by GE", is the name given to GE Lighting's line of smart devices. |
| 18 | + |
| 19 | +## Prerequisites |
| 20 | + |
| 21 | +- A Cync account is required to use this integration. |
| 22 | +- Any device you wish to add to Home Assistant must first be set up via the Cync app. |
| 23 | +- At least one Wi-Fi connected device is required to be set up in your Cync account. |
| 24 | + - Older, Bluetooth-only Cync devices may not be recognized by the integration without a Cync bridge device. |
| 25 | + |
| 26 | +{% include integrations/config_flow.md %} |
| 27 | + |
| 28 | +{% configuration_basic %} |
| 29 | +Email: |
| 30 | + description: Your Cync account's email address |
| 31 | +Password: |
| 32 | + description: Your Cync account's password |
| 33 | +{% endconfiguration_basic %} |
| 34 | + |
| 35 | +## Supported functionality |
| 36 | + |
| 37 | +The **Cync** integration provides the following entities. |
| 38 | + |
| 39 | +### Lights |
| 40 | + |
| 41 | +- Supported operations: |
| 42 | + - On/Off |
| 43 | + - Brightness* |
| 44 | + - Color temperature* |
| 45 | + - RGB color* |
| 46 | + |
| 47 | +*If supported by device. |
| 48 | + |
| 49 | +## Known limitations |
| 50 | + |
| 51 | +- The following lighting features are not yet supported: |
| 52 | + - Dynamic effects |
| 53 | + - Light shows |
| 54 | + - Music shows |
| 55 | + - LED strip segment control |
| 56 | +- Cync servers only allow one instance of your account to connect at a time. If you open the Cync app while Home Assistant is running, the integration will briefly lose its connection. It will automatically reconnect after a 10 second waiting period. |
| 57 | + |
| 58 | +## Removing the integration |
| 59 | + |
| 60 | +This integration follows standard integration removal. |
| 61 | + |
| 62 | +{% include integrations/remove_device_service.md %} |
0 commit comments