Skip to content

Commit 7017b3e

Browse files
committed
2 parents f411877 + 8ae91df commit 7017b3e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# DWD Global Radiation Home Assistant Integration
2+
3+
## Overview
4+
The DWD Global Radiation Home Assistant Integration is a custom component that allows users to integrate global radiation data from the Deutscher Wetterdienst (DWD) into their Home Assistant setup. This integration provides real-time and historical radiation data, enabling enhanced home automation based on weather conditions.
5+
6+
## Features
7+
- **Real-Time Data**: Access current global radiation data from DWD.
8+
- **Historical Data**: Retrieve historical radiation data for analysis and trends.
9+
- **Configurable**: Easy setup and configuration through the Home Assistant UI.
10+
11+
## Documentation Status
12+
Please note that this documentation is currently in a very early draft state and is actively being worked on. More detailed instructions and examples will be added soon.

custom_components/dwd_global_rad/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"documentation": "https://github.com/aschmere/dwd_global_rad_hass",
88
"homekit": {},
99
"iot_class": "cloud_polling",
10-
"requirements": ["dwd_global_radiation==1.1.0rc1"],
10+
"requirements": ["dwd_global_radiation==1.1.0rc3"],
1111
"ssdp": [],
12-
"version": "0.1.1-alpha",
12+
"version": "0.1.2-alpha",
1313
"zeroconf": []
1414
}

custom_components/dwd_global_rad/translations/en.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
"step": {
1010
"user": {
1111
"data": {
12-
"enable_forecast": "Enable or disable the forecast sensor.",
13-
"forecast_hours": "Number of hours to forecast into the future. Default is 4 hours.",
1412
"latitude": "Latitude of the location in decimal degrees.",
1513
"longitude": "Longitude of the location in decimal degrees.",
1614
"name": "Name of the location. This should be unique."

0 commit comments

Comments
 (0)