Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 2.69 KB

weather.md

File metadata and controls

65 lines (54 loc) · 2.69 KB

Homekit Infused 5

Content

Addons > Weather

This addon gives your view a simple but elegant weather forecast card.

HACS Requirements

Name Type Description
Simple Weather Card Frontend A simple weather card (only required if type: simple_weather)

You can use any of the following options to modify your addon.

Name Required Default Description
title no undefined Set the title of the stack, ommitting this line will or setting title: hide will hide the title
type yes core Set the card type, either core or simple_weather, you MUST define this
entity yes undefined Set your weather entity, this must be in the weather domain!
path no weather Change the path the UI will navigate to when clicked, remember that you must have created the view you want to refer to
show_forecast no true Show forecast (only works for type: core)
city_name yes undefined Set your city name (only works for type: simple_weather)
backdrop no false Sets a backdrop image (only works for type: simple_weather)
view_layout no undefined This is best used in conjunction with the layout addon, but can also be used to control whether to show this stack on different screen sizes.
# views.yaml (example core weather)
  my_view:
    addons:
      weather:
        - title: Core Weather
          type: core
          entity: weather.eindhoven
          show_forecast: false
          path: weather
# views.yaml (example simple weather)
  my_view:
    addons:
      weather:
        - title: Simple Weather
          type: simple_weather
          entity: weather.eindhoven
          city_name: Eindhoven
          backdrop: true
          path: weather

Images:

Homekit Infused

Homekit Infused