Boa tarde a todos.
Antes de mais o meu disclaimer: sou iniciante por estas bandas!
Estou a tentar configurar o DarkSky mas algo não está a funcionar. Não me dá nenhum erro mas não me aparece qq entity (relacionado com o DarkSky) depois de editar o ficheiro config.yaml. Estou a correr o hassio num RPi4 com a versão HassOS 2.12.
Envio cópia do conf. yaml para alguem ver se me pode dar uma mão.
Obg
PS. O OpenWeather tb não funciona mas aparecem as entities, o estado fica como desconhecido
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Example configuration.yaml entry
sensor:
- platform: time_date
display_options:
- 'time_date'
- platform: openweathermap
api_key: ca772c2d9414184758c3c250bf6ef4b9
language: pt
monitored_conditions:
- weather
- temperature
- humidity
- wind_speed
- wind_bearing
- clouds
- rain
- platform: darksky
api_key: 2ca0cd5975126fb586b9611854c7d972
language: pt
monitored_conditions:
- summary
- precip_type
- precip_probability
- temperature
- humidity
- temperature_max
- temperature_min
- hourly_summary
- daily_summary
# Text to speech
tts:
- platform: google_translate
# Example configuration.yaml entry
# Example configuration.yaml entry
mqtt:
broker: 192.168.72.46
username: xxxxxx
password: xxxxxx
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
weather:
- platform: darksky
api_key: 2ca0cd5975126fb586b9611854c7d972
mode: daily
digite ou cole aqui o código