Skip to content
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

Scenes editor is often change behavior of entities / devices when add or edit one #137307

Open
stefancn opened this issue Feb 4, 2025 · 0 comments

Comments

@stefancn
Copy link

stefancn commented Feb 4, 2025

The problem

Often when I add , change or remove an entity/device another entity/device is changing state from on to off, loose color setting or vice versa ...
I have about 10 lamps via Z-wave, Zigbee , Plejd main switches. This have been a problem since a long time ago. I wonder if I am the only soul that has this problem.

My workaround is to direct edit the yaml file.

Any ideas ...

Kind regards ... / Stefan

What version of Home Assistant Core has the issue?

core-2025.1.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Scenes

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

id: "1671557515840"
name: WindowLightOn
entities:
  switch.home_window_1_switch:
    friendly_name: Home-Window_1 Home-Window_1_switch
    state: "on"
  switch.home_window_2_switch:
    friendly_name: Home-Window_2 Home-Window_2_switch
    state: "on"
  switch.home_window_5_switch:
    friendly_name: Home-Window_5 Home-Window_5_switch
    state: "on"
  switch.home_window_7_switch:
    friendly_name: Home-Window_7 Home-Window_7_switch
    state: "on"
  switch.home_window_8_switch:
    friendly_name: Home-Window_8 Home-Window_8_switch
    state: "on"
  switch.home_window_4_switch:
    friendly_name: Home-Window_4 Home-Window_4_switch
    state: "on"
  switch.home_window_3_switch:
    friendly_name: Home-Window_3 Home-Window_3_switch
    state: "on"
  switch.window_10:
    friendly_name: Window_10
    state: "on"
  select.window_10_indicator_mode:
    options:
      - "off"
      - off/on
      - on/off
      - "on"
    friendly_name: Window_10 Indicator mode
    state: off/on
  light.livingroom_corddimtv_dimmer:
    restored: true
    supported_color_modes:
      - brightness
    friendly_name: LivingRoom-CordDimTV_dimmer
    supported_features: 0
    state: unavailable
  light.skapsbelysning:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 33
    friendly_name: Skåpsbelysning
    supported_features: 40
    state: "on"
  switch.home_extraplug_2_switch:
    friendly_name: Home-ExtraPlug_2 Home-ExtraPlug_2_switch
    state: "on"
  switch.window_9:
    friendly_name: Window_9
    state: "on"
  number.window_9_countdown:
    min: 0
    max: 43200
    step: 1
    mode: auto
    unit_of_measurement: s
    friendly_name: Window_9 Countdown
    state: "0"
  select.window_9_indicator_mode:
    options:
      - "off"
      - off/on
      - on/off
      - "on"
    friendly_name: Window_9 Indicator mode
    state: off/on
  light.smart_filament_wifi_ble_rc_dim:
    supported_color_modes:
      - brightness
    color_mode: brightness
    brightness: 3
    friendly_name: Window Light South
    supported_features: 0
    state: "on"
  light.lidl_hall:
    effect_list:
      - blink
      - breathe
      - okay
      - channel_change
      - finish_effect
      - stop_effect
    supported_color_modes:
      - brightness
    effect: null
    color_mode: brightness
    brightness: 3
    friendly_name: Lidl_Hall
    supported_features: 44
    state: "on"
  switch.lidl_hall_do_not_disturb:
    friendly_name: Lidl_Hall Do not disturb
    state: "off"
  switch.home_window_11_home_window_11_switch:
    restored: true
    friendly_name: Home-Window_11_switch
    supported_features: 0
    state: unavailable
  light.smart_lighting_tunable_white:
    min_color_temp_kelvin: 2000
    max_color_temp_kelvin: 6500
    min_mireds: 153
    max_mireds: 500
    supported_color_modes:
      - color_temp
    color_mode: color_temp
    brightness: 26
    color_temp_kelvin: 2000
    color_temp: 500
    hs_color:
      - 30.601
      - 94.547
    rgb_color:
      - 255
      - 137
      - 14
    xy_color:
      - 0.598
      - 0.383
    friendly_name: Window_Kitchen_Sink
    supported_features: 0
    state: "on"
  switch.home_window_6_home_window_6_switch:
    friendly_name: Home-Window_6 Home-Window_6_switch
    state: "on"
metadata:
  light.smart_filament_wifi_ble_rc_dim:
    entity_only: true
  light.smart_lighting_tunable_white:
    entity_only: true
icon: mdi:lamp

********************************************

id: "1671557796650"
name: WindowLightOff
entities:
  switch.home_window_1_switch:
    friendly_name: Home-Window_1 Home-Window_1_switch
    state: "off"
  switch.home_window_2_switch:
    friendly_name: Home-Window_2 Home-Window_2_switch
    state: "off"
  switch.home_window_5_switch:
    friendly_name: Home-Window_5 Home-Window_5_switch
    state: "off"
  switch.home_window_7_switch:
    friendly_name: Home-Window_7 Home-Window_7_switch
    state: "off"
  switch.home_window_8_switch:
    friendly_name: Home-Window_8 Home-Window_8_switch
    state: "off"
  switch.home_window_3_switch:
    friendly_name: Home-Window_3 Home-Window_3_switch
    state: "off"
  switch.home_window_4_switch:
    friendly_name: Home-Window_4 Home-Window_4_switch
    state: "off"
  switch.window_10:
    friendly_name: Window_10
    state: "off"
  select.window_10_indicator_mode:
    options:
      - "off"
      - off/on
      - on/off
      - "on"
    friendly_name: Window_10 Indicator mode
    state: off/on
  light.livingroom_corddimtv_dimmer:
    restored: true
    supported_color_modes:
      - brightness
    friendly_name: LivingRoom-CordDimTV_dimmer
    supported_features: 0
    state: unavailable
  light.skapsbelysning:
    supported_color_modes:
      - brightness
    color_mode: null
    brightness: null
    friendly_name: Skåpsbelysning
    supported_features: 40
    state: "off"
  switch.home_extraplug_2_switch:
    friendly_name: Home-ExtraPlug_2 Home-ExtraPlug_2_switch
    state: "off"
  switch.window_9:
    friendly_name: Window_9
    state: "off"
  number.window_9_countdown:
    min: 0
    max: 43200
    step: 1
    mode: auto
    unit_of_measurement: s
    friendly_name: Window_9 Countdown
    state: "0"
  select.window_9_indicator_mode:
    options:
      - "off"
      - off/on
      - on/off
      - "on"
    friendly_name: Window_9 Indicator mode
    state: off/on
  light.smart_filament_wifi_ble_rc_dim:
    supported_color_modes:
      - brightness
    color_mode: null
    brightness: null
    friendly_name: Window Light South
    supported_features: 0
    state: "off"
  switch.home_window_11_home_window_11_switch:
    restored: true
    friendly_name: Home-Window_11_switch
    supported_features: 0
    state: unavailable
  switch.home_window_6_home_window_6_switch:
    friendly_name: Home-Window_6 Home-Window_6_switch
    state: "off"
metadata:
  light.smart_filament_wifi_ble_rc_dim:
    entity_only: true

Anything in the logs that might be useful for us?

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant