2020-11-18 21:23:33 +00:00
|
|
|
{lib,...}:
|
|
|
|
|
|
|
|
{
|
|
|
|
services.home-assistant.config.sensor =
|
|
|
|
[
|
|
|
|
{ platform = "darksky";
|
2022-12-04 20:53:01 +00:00
|
|
|
api_key = "!secret darksky";
|
2020-11-18 21:23:33 +00:00
|
|
|
language = "de";
|
|
|
|
monitored_conditions = [
|
|
|
|
"summary" "icon"
|
|
|
|
"nearest_storm_distance" "precip_probability"
|
|
|
|
"precip_intensity"
|
|
|
|
"temperature" # "temperature_high" "temperature_low"
|
|
|
|
"apparent_temperature"
|
|
|
|
"hourly_summary" # next 24 hours text
|
|
|
|
"humidity"
|
|
|
|
"pressure"
|
|
|
|
"uv_index"
|
|
|
|
];
|
|
|
|
units = "si" ;
|
|
|
|
scan_interval = "00:30:00";
|
|
|
|
}
|
2022-12-04 20:53:01 +00:00
|
|
|
{
|
|
|
|
platform = "open_meteo";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
platform = "met";
|
|
|
|
}
|
2020-11-18 21:23:33 +00:00
|
|
|
];
|
|
|
|
}
|