delzear / hass-formulaoneapi

Formula One API Integration Into Home Assistant
53 stars 10 forks source link

Platform error sensor.formula_oneapi - Integration 'formula_oneapi' not found. #62

Closed jeusch8 closed 1 year ago

jeusch8 commented 1 year ago

Hello, sorry Im newer to HA but I followed your instructions and everytime I add the sensor:

# Loads default set of integrations. Do not remove.
default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text to speech
tts:
  - platform: google_translate

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.18.0.11
    - 192.168.50.32

lovelace:
  resources:
    - url: /hacsfiles/formulaone-card/formulaone-card.js
      type: module
sensor:
  - platform: formulaone_api
camera:
  - platform: generic
    still_image_url: https://s.w-x.co/staticmaps/wu/wu/wxtype1200_cur/conus/animate.png
    name: KC Weather Radar

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

6fa7e543022a911b302ecafc13190382

jeusch8 commented 1 year ago

Nvm Im an idiot.