From f3df6b81e167ba4a281bf2f58314a0986ff0faca Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sun, 22 Sep 2024 14:37:00 +0200 Subject: [PATCH 1/3] Update Shelly RPC entity naming example (#34679) --- source/_integrations/shelly.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown index a0d202c9698..2087acc2737 100644 --- a/source/_integrations/shelly.markdown +++ b/source/_integrations/shelly.markdown @@ -125,7 +125,7 @@ Names are set from the device web page: The integration uses the following strategy to name its entities: - If `Channel Name` is set in the device, the integration will use it to generate the entities' name, e.g. `Kitchen Light` -- If `Channel Name` is set to the default value, the integration will use the `Device ID` and default channel name to generate the entities' name, e.g. `ShellyPro4PM-9808D1D8B912 switch_0`. +- If `Channel Name` is set to the default value, the integration will use the `Device ID` and default channel name to generate the entities' name, e.g. `ShellyPro4PM-9808D1D8B912 Switch 0`. ## Cover entities From 592d7698cebc5a6c8a8c5847f5b4b976afdeb385 Mon Sep 17 00:00:00 2001 From: Trevor Schirmer <24777085+TrevorSchirmer@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:02:03 -0400 Subject: [PATCH 2/3] Add in/s and mm/s (#34630) Co-authored-by: J. Nick Koston --- source/_integrations/number.markdown | 2 +- source/_integrations/sensor.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 84ffa781153..8339420cda1 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -65,7 +65,7 @@ The following device classes are supported for numbers: - **reactive_power**: Reactive power in var - **signal_strength**: Signal strength in dB or dBm - **sound_pressure**: Sound pressure in dB or dBA -- **speed**: Generic speed in ft/s, in/d, in/h, km/h, kn, m/s, mph, or mm/d +- **speed**: Generic speed in ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, or mm/s - **sulphur_dioxide**: Concentration of sulphur dioxide in µg/m³ - **temperature**: Temperature in °C, °F or K - **volatile_organic_compounds**: Concentration of volatile organic compounds in µg/m³ diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index ee3f98d9f5f..14f55395fd6 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -72,7 +72,7 @@ The following device classes are supported for sensors: - **reactive_power**: Reactive power in var - **signal_strength**: Signal strength in dB or dBm - **sound_pressure**: Sound pressure in dB or dBA -- **speed**: Generic speed in ft/s, in/d, in/h, km/h, kn, m/s, mph or mm/d +- **speed**: Generic speed in ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, or mm/s - **sulphur_dioxide**: Concentration of sulphur dioxide in µg/m³ - **temperature**: Temperature in °C, °F or K - **timestamp**: Datetime object or timestamp string (ISO 8601) From 1f7762498b3886d8b5facd3631565ca7272cb7d9 Mon Sep 17 00:00:00 2001 From: TimL Date: Mon, 23 Sep 2024 06:46:15 +1000 Subject: [PATCH 3/3] Add diagnostics platform for Smlight (#34862) --- source/_integrations/smlight.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/smlight.markdown b/source/_integrations/smlight.markdown index 26071b29f8e..51a440365ea 100644 --- a/source/_integrations/smlight.markdown +++ b/source/_integrations/smlight.markdown @@ -15,6 +15,7 @@ ha_zeroconf: true ha_platforms: - binary_sensor - button + - diagnostics - sensor - switch - update