-
followed the install instructions and now i'm stuck. How do i actually use this? Does it show up under devices or entities? THis is probably a noob question so my apologies. I am pretty sure i have it "installed" but i don't see it anywhere in HA after a quick reload. I want to see what the sensor found, how do i view its output? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Where do you want to see this sensor? Do you want a notification? Do you want to see it in the front end somewhere? There is an example automation to send a notification in the package to get you started if that is what you want. Here is an example from my config using the sensor in the front end. You can check to see if the sensor is working in the developer tools. |
Beta Was this translation helpful? Give feedback.
-
hello again!
only the last block of code is changed, |
Beta Was this translation helpful? Give feedback.
Edit: Popups are done with browser-mod. All of these components are written by Thomas Loven btw, who is a longstanding prolific contributor to HASS, especially the front end.
My code does use some custom components. The sensor entity is a "fold-entity-row" and is populated with "auto-entities" which is another custom component.
It looks like this collapsed in an entities card.
And like this expanded.
To keep it real simple, you can add the sensor as a basic entity on an entities card as you would any other entity. The unavailable entities are listed in the more info popup.
You could use the sample automation in the package if you want to keep it simple. It will give you a persistent no…