NSW Rural Fire Service platform#6353
Merged
frenck merged 4 commits intohome-assistant:nextfrom Oct 14, 2018
Merged
Conversation
7 tasks
| logo: nsw-rural-fire-service.png | ||
| ha_category: Geo Location | ||
| ha_iot_class: "Cloud Polling" | ||
| ha_release: "0.80" |
| radius: | ||
| description: The distance in kilometers around Home Assistant's coordinates in which incidents are included. | ||
| required: false | ||
| type: string |
Member
There was a problem hiding this comment.
Do we have float as option?
Contributor
Author
There was a problem hiding this comment.
Yes, it is actually a float
MartinHjelmare
approved these changes
Oct 14, 2018
Member
MartinHjelmare
left a comment
There was a problem hiding this comment.
Nice! Can be merged when build passes.
|
Hi, This plugin is great!!! But I wonder if you could please update the documentation on how to use it in an automation. Specifically how to create a trigger if any fire is within a certain distance and then send an email using the notify: -platform smtp plugin. I suspect your code allows this. But I haven't been able to figure out how to use it in an automation. |
Contributor
Author
|
Thanks @Captain-Glen - the automation part is covered in #7041 where I describe how to use the new |
|
Thanks Malte,
I got it working. It sends me an email when a fire is within 100 km. And
when it disappears i.e. gets extinguished.
Is a great add-on for home assistant. It's really useful now that it's
bush fire season.
It would be good for tech savvy farmers with smart sprinklers etc.
Thanks again,
Glen.
…On Tue., 30 Oct. 2018, 8:37 pm Malte Franken ***@***.*** wrote:
Thanks @Captain-Glen <https://github.com/Captain-Glen> - the automation
part is covered in #7041
<#7041> where I
describe how to use the new geo_location trigger. Not sure when that will
be online.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6353 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAijIz8q1vFvaFRebjF7CZUGZBvq599Rks5uqB3ngaJpZM4W4MQG>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Description of how to integrate the new NSW Rural Fire Service platform.
Pull request in home-assistant (if applicable): home-assistant/core#16802
Checklist:
nextis for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent.