diff --git a/source/_integrations/smarla.markdown b/source/_integrations/smarla.markdown index aec2431316a..c38154d5e26 100644 --- a/source/_integrations/smarla.markdown +++ b/source/_integrations/smarla.markdown @@ -2,6 +2,7 @@ title: Swing2Sleep Smarla description: Instructions on connecting Swing2Sleep Smarla to Home Assistant. ha_category: + - Number - Switch ha_iot_class: Cloud Push ha_release: 2025.6 @@ -12,6 +13,7 @@ ha_domain: smarla ha_integration_type: device ha_config_flow: true ha_platforms: + - number - switch ha_quality_scale: bronze --- @@ -38,10 +40,11 @@ The `smarla` {% term integration %} enables Home Assistant to integrate [Swing2S This component will set up the following entities: -| Entity | Platform | Description | -| -------------- | ----------------- | ------------------------------------- | -| `cradle` | `switch` | Turn on or off the cradle’s oscillation. | -| `smartmode` | `switch` | Enable or disable automatic intensity control. | +| Entity | Platform | Description | +| -------------- | -------- | ----------------------------------------------------------- | +| `swing_active` | `switch` | Turns the cradle’s oscillation on or off. | +| `smart_mode` | `switch` | Enables or disables automatic intensity control. | +| `intensity` | `number` | Sets the intensity level (range: `0` to `100`). | ## Removing the integration