1 """Constants for buienradar component."""
8 DEFAULT_DIMENSION = 700
12 CONF_TIMEFRAME =
"timeframe"
14 SUPPORTED_COUNTRY_CODES = [
"NL",
"BE"]
15 DEFAULT_COUNTRY =
"NL"
18 """Schedule next call after (minutes)."""
20 """When an error occurred, new call after (minutes)."""
22 STATE_CONDITIONS = [
"clear",
"cloudy",
"fog",
"rainy",
"snowy",
"lightning"]
24 STATE_DETAILED_CONDITIONS = [
28 "partlycloudy-light-rain",
35 "partlycloudy-light-snow",
37 "partlycloudy-lightning",
43 STATE_CONDITION_CODES = [