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

Missing entities in Scene editor #44485

Closed
ybizeul opened this issue Dec 23, 2020 · 5 comments
Closed

Missing entities in Scene editor #44485

ybizeul opened this issue Dec 23, 2020 · 5 comments

Comments

@ybizeul
Copy link

ybizeul commented Dec 23, 2020

The problem

It looks like Scene editor only shows devices, not individual entities.

This is a problem if you add your own switches with input_boolean or switches with command_line

Environment

  • Home Assistant Core release with the issue: 2020.12.1
  • Last working Home Assistant Core release (if known): n/a
  • Operating environment (OS/Container/Supervised/Core): Container / Pi4
  • Integration causing this issue: Command Line Switch, Input Boolean, ...
  • Link to integration documentation on our website: https://www.home-assistant.io/integrations/switch.command_line/

Problem-relevant configuration.yaml

    switches:
      tv_salon:
        command_on: |
          curl -s -d 'power=1' -X POST "http://localhost:1880/lg"
        command_off: |
          curl -s -d 'power=0' -X POST "http://localhost:1880/lg"
        command_state: |
          curl -s http://localhost:1880/lg?command=power|jq -r .result|grep 01
      mbp:
        command_on: echo 0
        command_off: ssh -o ConnectTimeout=3 yann@10.0.1.143 pmset displaysleepnow
        command_state: ssh -o ConnectTimeout=10 yann@10.0.1.143 "pmset -g powerstate IODisplayWrangler|tail -1|grep -q USEABLE" >/dev/null && exit 0 || exit 1
        command_timeout: 8

These two entities are not showing up in Scene editor

Traceback/Error logs

n/a

Additional information

@lienbacher
Copy link

I am having the same problem. Neither are entities displayed in the editor, nor can I add entities to the editor.

@frenck
Copy link
Member

frenck commented Jan 4, 2021

Have you enabled advanced mode on your profile?

I have both devices & entities:

image

@lienbacher
Copy link

lienbacher commented Jan 4, 2021

I have neither disabled nor enabled anything. But after flicking it on: Whoah! Entities are back!

I am not sure why this decision was made but it took me a day to track down why thing were not working as expected anymore.

Thank you @frenck!

@frenck
Copy link
Member

frenck commented Jan 4, 2021

That has been around for quite some time already @lienbacher...

@ybizeul Does this fix your issue as well?

@ybizeul
Copy link
Author

ybizeul commented Jan 4, 2021

It does, thanks !!! Certainly something that should be better advertised... Closing this !

@ybizeul ybizeul closed this as completed Jan 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants