Skip to content
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

Burze v2.0.0 Removed support for YAML configuration #40

Open
caiosweet opened this issue Jul 14, 2023 · 2 comments
Open

Burze v2.0.0 Removed support for YAML configuration #40

caiosweet opened this issue Jul 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@caiosweet
Copy link
Owner

caiosweet commented Jul 14, 2023

integration has to be manually added using UI and removed from configuration.yaml

Attention. If you remove the component from the package, you must remove all related anchors.
comment out the code related to burze.

      # API KEY BURZE: &CONF_BURZE_API_KEY !secret pkg_natural_events_burze_api_key
      # RAGGIO BURZE (km): &CONF_RADIUS_BURZE !secret pkg_natural_events_radius_burze
  # - platform: burze_dzis_net
  #   latitude: *CONF_LATITUDE
  #   longitude: *CONF_LONGITUDE
  #   api_key: *CONF_BURZE_API_KEY
  #   name: burze
  #   storms_nearby:
  #     radius: *CONF_RADIUS_BURZE

The new entity name needed in the package will be:

binary_sensor.burze_dzis_net_wyladowania_w_poblizu

two possible solutions:

  1. rename the new entity (from the UI) binary_sensor.burze_dzis_net_wyladowania_w_poblizu to the old binary_sensor.burze_storms_nearby 😇 and don't touch anything.

  2. replace in the package and in the card (if you use it) binary_sensor.burze_storms_nearby with binary_sensor.burze_dzis_net_wyladowania_w_poblizu

After making the changes, and restarting home assistant, you can comment or delete the code from the secret if you want.

# pkg_natural_events_burze_api_key: "c23451234512345123451234512345123451234a"
# pkg_natural_events_radius_burze: 15 # Km
@caiosweet caiosweet added the bug Something isn't working label Jul 14, 2023
@caiosweet caiosweet mentioned this issue Jul 14, 2023
@cristian7314
Copy link

Ciao,
innanzitutto complimenti per il progetto.
Ho seguito ciò che scrivi sopra. Ok per l'errore che compariva dopo aggiornamento HA. Ora però sembra che non trovi le coordinate. Allego foto. Cosa sto sbagliando?
IMG_3820

@caiosweet
Copy link
Owner Author

caiosweet commented Aug 7, 2023

Ciao, innanzitutto complimenti per il progetto. Ho seguito ciò che scrivi sopra. Ok per l'errore che compariva dopo aggiornamento HA. Ora però sembra che non trovi le coordinate. Allego foto. Cosa sto sbagliando?

Grazie.

Se il sensore è su off, quindi spento, quindi niente temporale, è normale che esce tutto "None".

PS il triangolo con punto esclamativo, è relativo ad una entità mancante (forse hai ancora darksky nella scheda, ti suggerisco di usare un tuo sensore o altro oppure eliminare la parte in toto.

Screenshot 2023-08-07 alle 16 54 39

In teoria, se è off, la tendina si chiude
Screenshot 2023-08-07 alle 16 56 05

Quando arriva un temporale (diciamo come cadono fulmini entro il raggio dichiarato, si apre e arrivano notifiche.
Screenshot 2023-08-07 alle 16 57 13

Screenshot 2023-08-07 alle 16 59 21 Screenshot 2023-08-07 alle 16 59 44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants