[APP][Pro] Home Assistant - Community App

Please do not stress yourself about it.
I have lived with clinical lights in the kitchen for about two months now, since I got time to investigate. There is no need to hurry now.

I will send you my mail, just in case - and yes german is fine, since its my native :slight_smile:

New test version 1.16.0

  • addes Kelvin support for light temperature

If the HA light entity supports kelvin values (min_color_temp_kelvin, max_color_temp_kelvin), this range and color_temp_kelvin attribute is used. Else mired values are used (min_mireds, max_mireds, color_temp).
I think all light entities should use both until HA 2026.02 and only Kelvin from 2026.03.

@lukenukemmp3 FYI and test :crossed_fingers:

This works smoothly like a charm!
Another thing, that I can’t get my head around: everytime I change the temperature, the multiple choice circle switches instantly back to RGB - is there some way, to get it to stay on temperature, until - like Sean Paul would say - I get the right temperature?
And does it has to be the multiple choice circle
or could it be a slider?

Thank you again and again and again!

New test version 1.16.1:

  • Fixed color mode update for light devices

@lukenukemmp3 FYI and test. Color mode is now updated based on attribute “color_mode” instead of presence of “hs_color” (whis is also present if switched to temperature mode).

Is your question about HA Community app or HA integration? I think you are referring to second one. Please post in matching app topic.

Please use the linkes topic above. This topic is for HA Community app (HA=>Homey).

@RonnyW Sockets don’t show on/off in the new app. Lights do in my case. Can you reproduce this?

Hi, what’s a socket in your case?

Did you add a switch entity like this? It shows the “new” on/off icon in the rigjt corner.

Please give some more details about your device. Which HA entity was added and which Homey capability is used?

Hi Ronny, Yes, i did. HA entity that was added is switch.koffie1_ha. Homey capability is onoff. Its not on this device only. It has effect on the Neo coolcam zwave sockets and also on the recently added sonoff zigbee sockets. All switch. entitys. If you need more, let me know.

Regards Peter

Sonoff socket:

But that’s the new onoff button for quickactions (the icon in top right corner). Doesn’t it work?

The circle around means it’s a pushbutton. The blue indicator says it’s on.

Peter,
Make sure the devices solely have a onoff capability, no alarms, no measuring capabilities and such.
These additional capabilities will make the “On” / “Off” indicator @ bottom left disappear !
I just experimented with that.

When you want me to check, please send the “Device Details” of such a switch/plug like this:

  1. Goto Settings > Maintenance > Try to repair.
  2. Now tap on “Device details”;
  3. Copy all text, and then paste in your reply please.

Example of switch with some additional capability, which is NOT showing the “On” / “Off” indicator @ bottom left

{
  "switch.sensor_berging_vplug_vmotion": {
    "entity_id": "switch.sensor_berging_vplug_vmotion",
    "state": "off",
    "attributes": {
      "device_class": "switch",
      "icon": "mdi:motion-sensor",
      "friendly_name": "Sensor Berging vMotion"
    },
    "last_changed": "2026-06-11T00:17:05.135252+00:00",
    "last_reported": "2026-06-11T00:17:05.135252+00:00",
    "last_updated": "2026-06-11T00:17:05.135252+00:00",
    "context": {
      "id": "01KTT0MA3FFAS29PTJA0CG8W3P",
      "parent_id": null,
      "user_id": null
    },
    "homey_capability": "alarm_motion"
  }
}

.

Example of switch without additional capabilities, which actually is showing the “On” / “Off” indicator @ bottom left

{
  "switch.sensor_badkamer_vplug_vmotion": {
    "entity_id": "switch.sensor_badkamer_vplug_vmotion",
    "state": "off",
    "attributes": {
      "device_class": "switch",
      "icon": "mdi:motion-sensor",
      "friendly_name": "Sensor Badkamer vMotion"
    },
    "last_changed": "2026-06-11T00:17:05.135607+00:00",
    "last_reported": "2026-06-11T00:17:05.135607+00:00",
    "last_updated": "2026-06-11T00:17:05.135607+00:00",
    "context": {
      "id": "01KTT0MA3FG6PQ7JT0BFD2VFE3",
      "parent_id": null,
      "user_id": null
    }
  }
}

Visual for both switch devices

It does work, but it is not showing on or off at the bottom

Hi Peter, Here you go. Removed the additional capabilities, but still no on or off at the bottom.

That should be OK, Peter.
Did an app restart make a difference?

Restart Home Assistant Community App or Homey SHS did not do the trick

Hi Peter,

Re-adding the device did the trick​:wink:

Hi, sorry for the late answer.

The new app is showing on/off state of an onoff capability as icon.

It does now show the state as additional on/off text in the bottom area of the tile.

If the device is on, the icon is blue. If it’s off, the icon is white/grey.

If you wish a text state, you can add the HA entity a second one as a sensor. Go to repair view, select ‘add entity’. Select your entity. As capability should be preselected ‘measure_generic’ (string value). Then you have a second representation of your HA entizy as a second sensor capability. Now you can go to device settings and select this capability as state.

Hi Ronny,

Will check it out asap!

Hi Ronny,

That also does the trick. Thanks!!