Weather View
- Description: Provides a view for presenting weather forecast and current conditions
- Default name: weather
- Current Version: v1.0.2
- Code link: Weather View Raw Code
- Special Requirements: User must have a forecast entity and set it in the variables section
Installation
Views are automatically installed courtesy of the View Assist integration
variables:
var_forecast_entity: weather.home
var_forecast_type: daily
This card can be added by copy pasting. One variable in the configuration will need to be changed to reflect your weather entity. You also have the option to change the forecast_type by setting it as either 'daily', 'hourly', or 'twice_daily'
Changelog
Version | Description |
---|---|
v 1.1.0 | Force text to white regardless of day/night mode setting of browser |
v 1.0.1 | Add option to set forecast_type as daily is not available for all weather providers (credit elwing) |
v 1.0.1 | Fix possible bad title |
v 1.0.0 | Initial release |