This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Weather card integration
Seb edited this page Sep 1, 2023
·
12 revisions
homeassistant:
packages: !include_dir_named packages
frontend:
themes:
light: !include_dir_merge_named themes/HomeOS/light/
dark: !include_dir_merge_named themes/HomeOS/dark/
- 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
- 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.