Skip to content

Commit

Permalink
Update dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
toringer committed Apr 18, 2024
1 parent bbb4a7e commit 92d519a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Depending on setup, "remoteUser": "vscode", might be preferred to add.
{
"name": "met_next_6_hours_forecast",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11",
"image": "mcr.microsoft.com/devcontainers/python:1-3.12",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![home-assistant-met-next-6-hours-forecast](https://img.shields.io/github/release/toringer/home-assistant-met-next-6-hours-forecast.svg?1)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast)
[![Validate with hassfest](https://github.com/toringer/home-assistant-met-next-6-hours-forecast/workflows/Validate%20with%20hassfest/badge.svg)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast/actions/workflows/hassfest.yaml)
[![HACS Validation](https://github.com/toringer/home-assistant-met-next-6-hours-forecast/actions/workflows/validate_hacs.yaml/badge.svg)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast/actions/workflows/validate_hacs.yaml)
[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast)
[![Maintenance](https://img.shields.io/maintenance/yes/2024.svg)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast)
[![home-assistant-met-next-6-hours-forecast_downloads](https://img.shields.io/github/downloads/toringer/home-assistant-met-next-6-hours-forecast/total)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast)
[![home-assistant-met-next-6-hours-forecast_downloads](https://img.shields.io/github/downloads/toringer/home-assistant-met-next-6-hours-forecast/latest/total)](https://github.com/toringer/home-assistant-met-next-6-hours-forecast)

Expand All @@ -22,7 +22,7 @@ The weather forecast is delivered by the Norwegian Meteorological Institute and

## Configuration

Configuration of the integration is done through Configuration > Integrations where you enter coordinates.
Configuration of the integration is done through Configuration > Integrations where you enter coordinates.

Enter the latitude and longitude as decimals for the selected location.
![configure](https://raw.githubusercontent.com/toringer/home-assistant-met-next-6-hours-forecast/master/configure.png)
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
homeassistant==2023.11.3
homeassistant==2024.4.3

0 comments on commit 92d519a

Please sign in to comment.