frenck / spook

A scary 👻 powerful toolbox 🧰 for Home Assistant 🏡
https://spook.boo
MIT License
381 stars 36 forks source link

False possitive "unknown entity" #71

Closed to4ko closed 11 months ago

to4ko commented 1 year ago

False possitive unknown entity

image

Both switches is available and online image

to4ko commented 1 year ago

initial code

      - service: switch.turn_on
        data:
          entity_id: switch.0x54ef441000680083_channel_2,switch.0x54ef441000680083_channel_1

once changed to - message dissapeared

      - service: switch.turn_on
        entity_id: switch.0x54ef441000680083_channel_2,switch.0x54ef441000680083_channel_1
frenck commented 1 year ago

These are really bugs upstream, that shouldn't be an issue.

Anyways, thanks! Will look into it 👍

../Frenck

PS: That is actually a syntax Home Assistant should get rid off 😄

Mariusthvdb commented 1 year ago

can add less exotic false positives too:

Scherm­afbeelding 2023-03-16 om 12 03 57

and yet Spook sees 6 repairs on that entity:

Scherm­afbeelding 2023-03-16 om 12 05 06

detailed:

Scherm­afbeelding 2023-03-16 om 12 05 33

same for the other repairs

frenck commented 1 year ago

How is that related to the issue reported?

Mariusthvdb commented 1 year ago

it's about false positives on Unknown entities..?