Integration Climacell Weather HACS

Bien le bonjour,

Voici mon problème: j’ai découvert la config de romquenin (GitHub - romquenin/home-assistant-config-fr: 🏠Configuration de Home Assistant en français. 👨🏻‍💻 N'hésitez pas à ⭐ mon repo et à copier les bonnes idées ! 🇨🇵) et je souhaite copier sa partie météo avec l’integration GitHub - r-renato/ha-climacell-weather: Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.. Normalement je doit avoir des sensors et sensor.cc_climacell_xxx mais il m’est impossible d’y arriver.

System Health

version core-2021.6.3
installation_type Home Assistant OS
dev false
hassio true
docker true
virtualenv false
python_version 3.8.9
os_name Linux
os_version 5.10.17-v7l
arch armv7l
timezone Europe/Paris
Home Assistant Community Store
GitHub API ok
Github API Calls Remaining 5000
Installed Version 1.12.4
Stage running
Available Repositories 843
Installed Repositories 8
Home Assistant Cloud
logged_in true
subscription_expiration 13 juillet 2021 à 02:00
relayer_connected true
remote_enabled true
remote_connected true
alexa_enabled true
google_enabled false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 6.0
update_channel stable
supervisor_version supervisor-2021.06.3
docker_version 20.10.6
disk_total 28.6 GB
disk_used 11.4 GB
healthy true
supported true
board rpi4
supervisor_api ok
version_api ok
installed_addons File editor (5.3.1), Samba share (9.5.1), Duck DNS (1.12.5), Glances (0.12.2), Node-RED (9.1.3), ESPHome (1.19.0), Portainer (1.5.0), Let’s Encrypt (4.11.0), Grafana (6.3.5), InfluxDB (4.1.1), RPC Shutdown (2.2), Check Home Assistant configuration (3.7.1), AdGuard Home (4.1.6), Terminal & SSH (9.1.3), CEC Scanner (2.4), Home Panel (2.2.1), Network UPS Tools (0.7.0), Freebox Add-On (1.1), Home Assistant Google Drive Backup (0.104.3), Mosquitto broker (6.0.1), TasmoAdmin (0.15.0)
Lovelace
dashboards 2
resources 10
views 7
mode storage

Vu la version de HA que tu utilises, il semble que ce soit la clé version qui est manquante :

https://github.com/r-renato/ha-climacell-weather/issues/61

Je l’ai fait, j’ai essayé de regarder les issues du git mais rien n’a fait

j’ai trouvé ce qu’il y avait, il me manquait le champ name

- platform: climacell
  api_key: !secret climacell_api_key
  name: climacell
  latitude: !secret latitude
  longitude: !secret longitude
  units: metric
  timelines:
    - name: "cherbourg" #Realtime
      timestep: "1m"
      forecast_obse

Merci

2 « J'aime »