You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-27Lines changed: 16 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,12 +65,12 @@ I put a lot of work into making this repo and component available and updated to
65
65
_(string) (Optional)_\
66
66
Name to use in the frontend.\
67
67
_Default value: Gismeteo_
68
-
68
+
69
69
**mode:**\
70
70
_(string) (Optional)_\
71
71
Can specify `hourly` or `daily`. Select `hourly` for a three-hour forecast, `daily` for daily forecast.\
72
72
_Default value: `hourly`_
73
-
73
+
74
74
**latitude:**\
75
75
_(float) (Optional)_\
76
76
Latitude of the location to display the weather.\
@@ -115,46 +115,46 @@ I put a lot of work into making this repo and component available and updated to
115
115
_(string) (Optional)_\
116
116
Additional name for the sensors. Default to platform name.\
117
117
_Default value: Gismeteo_
118
-
118
+
119
119
**forecast:**\
120
120
_(boolean) (Optional)_\
121
121
Enables the forecast. The default is to display the current conditions.\
122
122
_Default value: false_
123
-
123
+
124
124
**monitored_conditions:**\
125
125
_(list) (Required)_\
126
126
Conditions to display in the frontend.
127
-
127
+
128
128
> **weather**\
129
129
> A human-readable text summary.
130
-
>
130
+
>
131
131
> **temperature**\
132
132
> The current temperature.
133
-
>
133
+
>
134
134
> **wind_speed**\
135
135
> The wind speed.
136
-
>
136
+
>
137
137
> **wind_bearing**\
138
138
> The wind bearing.
139
-
>
139
+
>
140
140
> **humidity**\
141
141
> The relative humidity.
142
-
>
142
+
>
143
143
> **pressure**\
144
144
> The sea-level air pressure in millibars.
145
-
>
145
+
>
146
146
> **clouds**\
147
147
> Description about cloud coverage.
148
-
>
148
+
>
149
149
> **rain**\
150
150
> The rain volume.
151
-
>
151
+
>
152
152
> **snow**\
153
153
> The snow volume.
154
-
>
154
+
>
155
155
> **storm**\
156
156
> The storm prediction.
157
-
>
157
+
>
158
158
> **geomagnetic**\
159
159
> The geomagnetic field value:\
160
160
> 1 = No noticeable geomagnetic disturbance\
@@ -168,18 +168,7 @@ I put a lot of work into making this repo and component available and updated to
168
168
169
169
## Track updates
170
170
171
-
You can automatically track new versions of this component and update it by [custom-updater](https://github.com/custom-components/custom_updater) (deprecated) or [HACS][hacs].
172
-
173
-
For custom-updater to initiate tracking add this lines to you `configuration.yaml` file:
0 commit comments