Last seen bird card (with picture) in Home Assistant #242
PovilasID
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you for documenting this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I wanted to learn how does a bird that I am hearing looks, so I spun up this app but I wanted to see in my Home Assistant as nice novelty panel, so here is how I did it.
P.S. You can make a prettier/more compact version but this one does not need any plugins like stack-in-card will work on stock HA
If you want the same:
Pre-requsites:
Birdnet-go config
In the
config.yaml
setenabled: false
undermqtt
and provide address and credentials to MQTT serverHome Assistant config
Assuming you have MQTT enabled it may get auto discovered check "Developer" section under states if there is not
birdnet
already available if not in theconfiguration.yaml
add:Make sure that topics from HA and birdnet-go match. To also get a picture also add a an image template:
To dashboard panel just edit the dashboard add a Manual card and paste this in:
You can customize the panel any way you like adding picture credit or scientific name etc.
Credit: mcguirepr89/BirdNET-Pi#342 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions