-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feature Request: Dynamic lat/lon #27
Comments
Heya! We dynamically change the home location using service: homeassistant.set_location Thank you for your great work! |
+1 Add the ability to specify Person rather than coordinates as the center point. |
+1 for a specific person |
+1 great idea! Add |
great idea! |
Hello Zendio, how did you make it work with the location of your phone and the storms? |
By creating a template sensor, using the code: |
This would be great. Please do your best to add this. |
Hey there!
I love this integration, it's really great.
I was wondering if you're taking requests. Instead of a fixed lat/lon, I'd like it dynamic so that I always know how far lightning is from me based on my phone.
Right now I'm using this template sensor:
{{ distance(states.device_tracker.eric_s_iphone, (closest(states.device_tracker.eric_s_iphone, states.geo_location)))|round(2) }}
It works well but when there's lots of lightning, my Raspberry Pi4 struggles.
Would this be possible and worth your time?
The text was updated successfully, but these errors were encountered: