Skip to content

Create an entity in Home Assistant with script output json #416

Answered by craigbarratt
tejasitraj asked this question in Q&A
Discussion options

You must be logged in to vote

It seems you've made progress with the code you posted in #419. Using the code from that post, you have made getAircraft() a service call. You can also use pyscript to call getAircraft() every 5 minutes from midnight using a @time_trigger decorator, eg:

@time_trigger("period(midnight, 5m)")
@service
def getAircraft():
   ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ALERTua
Comment options

Answer selected by tejasitraj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants