Skip to content

Lost with what to pass #38

Discussion options

You must be logged in to vote

Alright, you're on the right path. What I'd recommend is that you setup your weather/static text on the configuration page (with the ip setting), and you use the notification service for the BirdNET that gets triggered by an automation.

In the configuration page, with "List of pages", you want to put a list of pages. There are plenty examples in the README, but here's one:

- page_type: components
  enabled: "{{ states.input_boolean.YOURS.state }}"  #is only displayed if the state = 'true', 'yes', 'on' or '1'
  components:
  - type: text
    position: [0, 10]
    content: "2 github/gickowtf"
    font: PICO_8
    color: [255, 0, 0] # or write "red"
  - type: image
    image_path: "/config/i…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@declanfleming
Comment options

@declanfleming
Comment options

@declanfleming
Comment options

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