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

Tutorial code is broken in blueprint tutorial #32671

Closed
JasperHorn opened this issue May 9, 2024 · 4 comments · Fixed by #32806
Closed

Tutorial code is broken in blueprint tutorial #32671

JasperHorn opened this issue May 9, 2024 · 4 comments · Fixed by #32806

Comments

@JasperHorn
Copy link

Feedback

This is the problematic bit:

  selector:
    target:
      entity:
        filter:
          - domain: light

It should be:

  selector:
    target:
      entity:
        - domain: light

It is both there in the final yaml section and in the "Describe the inputs" section.

URL

https://www.home-assistant.io/docs/blueprint/tutorial/

Version

2024.5.2

Additional information

No response

c0ffeeca7 added a commit that referenced this issue May 16, 2024
- there should be no filter under entity for the target selector
- implements feedback from #32671
@c0ffeeca7
Copy link
Contributor

Thank you for the catch, @JasperHorn 👍

@frenck
Copy link
Member

frenck commented May 16, 2024

Which version of Home Assistant are you running @JasperHorn?

As this look like the older syntax

@JasperHorn
Copy link
Author

@frenck 2024.4.4 right now. I think I was on 2024.4.3 or 2024.4.2 when I submitted the issue. The issue was about the website, though, not my install.

@frenck
Copy link
Member

frenck commented May 17, 2024

Target selector configuration (from source)

CleanShot 2024-05-17 at 08 17 42@2x

CleanShot 2024-05-17 at 08 18 14@2x

Yup you are right 👍

My bad, sorry for the noise.

../Frenck

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

Successfully merging a pull request may close this issue.

3 participants