Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Weather card integration

Seb edited this page Sep 1, 2023 · 12 revisions

image

1. HACS interface installation required

2. Configuration.yaml file code addition if not already done

homeassistant:
  packages: !include_dir_named packages

frontend:
  themes: 
    light: !include_dir_merge_named themes/HomeOS/light/
    dark: !include_dir_merge_named themes/HomeOS/dark/

3. Folder and files needed

  • weather folder in HomeOS_Module folder
  • weather_package.yaml file in packages folder
  • weather_media folder in www folder
  • weather_theme_dark.yaml file in themes/HomeOS/dark folder
  • weather_theme_light.yaml file in themes/HomeOS/light folder

3. How to integrate

  • Add !include HomeOS_Module/weather/weather_card.yaml in the section of a layout in HomeOS.yaml file
  • Open weather_package.yaml file and follow Integration instruction header comment in the file.