|
1 | 1 | mqtt: |
2 | 2 | sensor: |
3 | | - - object_id: wh2600_temperatureIndoor |
| 3 | + - default_entity_id: wh2600_temperatureIndoor |
4 | 4 | unique_id: 6b464994-96b2-11ee-b9d1-0242ac120002 |
5 | 5 | name: "Indoor temperature" |
6 | 6 | state_topic: "weather_station/data" |
7 | 7 | value_template: "{{ value_json.temperatureIndoor | float }}" |
8 | 8 | unit_of_measurement: "C" |
9 | | - - object_id: wh2600_humidityIndoor |
| 9 | + - default_entity_id: wh2600_humidityIndoor |
10 | 10 | name: "Indoor humidity" |
11 | 11 | unique_id: "0f763901-82fa-4842-acf7-ecb605f653b3" |
12 | 12 | state_topic: "weather_station/data" |
13 | 13 | value_template: "{{ value_json.humidityIndoor }}" |
14 | 14 | unit_of_measurement: "%" |
15 | | - - object_id: wh2600_pressureAbsolute |
| 15 | + - default_entity_id: wh2600_pressureAbsolute |
16 | 16 | name: "Absolute pressure" |
17 | 17 | unique_id: "7aa0169e-fd9f-4fed-8b7e-ebfb126663de" |
18 | 18 | state_topic: "weather_station/data" |
19 | 19 | value_template: "{{ value_json.pressureAbsolute }}" |
20 | 20 | unit_of_measurement: "hpa" |
21 | | - - object_id: wh2600_pressureRelative |
| 21 | + - default_entity_id: wh2600_pressureRelative |
22 | 22 | name: "Relative pressure" |
23 | 23 | unique_id: "cacd6e64-93a2-44e0-b357-8ac13684a666" |
24 | 24 | state_topic: "weather_station/data" |
25 | 25 | value_template: "{{ value_json.pressureRelative }}" |
26 | 26 | unit_of_measurement: "hpa" |
27 | | - - object_id: wh2600_temperature |
| 27 | + - default_entity_id: wh2600_temperature |
28 | 28 | name: "Temperature" |
29 | 29 | unique_id: "03e3bd22-3947-4efb-b487-624553457567" |
30 | 30 | state_topic: "weather_station/data" |
31 | 31 | value_template: "{{ value_json.temperature }}" |
32 | 32 | unit_of_measurement: "C" |
33 | | - - object_id: wh2600_humidity |
| 33 | + - default_entity_id: wh2600_humidity |
34 | 34 | name: "Humidity" |
35 | 35 | unique_id: "6a126d8b-a838-4fb4-af46-7987d86e3a33" |
36 | 36 | state_topic: "weather_station/data" |
37 | 37 | value_template: "{{ value_json.humidity }}" |
38 | 38 | unit_of_measurement: "%" |
39 | | - - object_id: wh2600_dewPoint |
| 39 | + - default_entity_id: wh2600_dewPoint |
40 | 40 | name: "Dew point" |
41 | 41 | unique_id: "1b08a890-ab17-465d-97c9-5b921b10263a" |
42 | 42 | state_topic: "weather_station/data" |
43 | 43 | value_template: "{{ value_json.dewPoint }}" |
44 | 44 | unit_of_measurement: "C" |
45 | | - - object_id: wh2600_windDir |
| 45 | + - default_entity_id: wh2600_windDir |
46 | 46 | name: "Wind bearing" |
47 | 47 | unique_id: "752a47d0-dfdc-4b32-b44d-d922bd22c9a1" |
48 | 48 | state_topic: "weather_station/data" |
49 | 49 | value_template: "{{ value_json.windDir }}" |
50 | 50 | unit_of_measurement: "deg" |
51 | | - - object_id: wh2600_windDirCardinal |
| 51 | + - default_entity_id: wh2600_windDirCardinal |
52 | 52 | name: "Wind bearing (cardinal)" |
53 | 53 | unique_id: "7a9f6f16-b89b-4e30-9453-281701bc7e82" |
54 | 54 | state_topic: "weather_station/data" |
55 | 55 | value_template: "{{ value_json.windDirCardinal }}" |
56 | 56 | unit_of_measurement: "" |
57 | | - - object_id: wh2600_windSpeed |
| 57 | + - default_entity_id: wh2600_windSpeed |
58 | 58 | name: "Wind speed" |
59 | 59 | unique_id: "88a66c7c-be97-48b8-8406-fe41b27a6827" |
60 | 60 | state_topic: "weather_station/data" |
61 | 61 | value_template: "{{ value_json.windSpeed }}" |
62 | 62 | unit_of_measurement: "km/h" |
63 | | - - object_id: wh2600_windGust |
| 63 | + - default_entity_id: wh2600_windGust |
64 | 64 | name: "Wind gust" |
65 | 65 | unique_id: "88b2d39a-7153-4d79-aada-3c1f5fd6940e" |
66 | 66 | state_topic: "weather_station/data" |
67 | 67 | value_template: "{{ value_json.windGust }}" |
68 | 68 | unit_of_measurement: "km/h" |
69 | | - - object_id: wh2600_windChill |
| 69 | + - default_entity_id: wh2600_windChill |
70 | 70 | name: "Wind chill" |
71 | 71 | unique_id: "27df4bb5-dbaa-4e6f-8ce5-4181e970f093" |
72 | 72 | state_topic: "weather_station/data" |
73 | 73 | value_template: "{{ value_json.windChill }}" |
74 | 74 | unit_of_measurement: "C" |
75 | | - - object_id: wh2600_solarRadiation |
| 75 | + - default_entity_id: wh2600_solarRadiation |
76 | 76 | name: "Solar radiation" |
77 | 77 | unique_id: "6e61024c-75e7-4196-a4f2-c953fe8596b6" |
78 | 78 | state_topic: "weather_station/data" |
79 | 79 | value_template: "{{ value_json.solarRadiation }}" |
80 | 80 | unit_of_measurement: "w/m2" |
81 | | - - object_id: wh2600_uv |
| 81 | + - default_entity_id: wh2600_uv |
82 | 82 | name: "UV" |
83 | 83 | unique_id: "4ba1c38c-e159-434e-8245-95794a9a0048" |
84 | 84 | state_topic: "weather_station/data" |
85 | 85 | value_template: "{{ value_json.uv }}" |
86 | 86 | unit_of_measurement: "" |
87 | | - - object_id: wh2600_uvi |
| 87 | + - default_entity_id: wh2600_uvi |
88 | 88 | name: "UV Index" |
89 | 89 | unique_id: "cf1b8c2e-27cc-448e-b965-f1cb04c028e3" |
90 | 90 | state_topic: "weather_station/data" |
91 | 91 | value_template: "{{ value_json.uvi }}" |
92 | 92 | unit_of_measurement: "" |
93 | | - - object_id: wh2600_precipHourlyRate |
| 93 | + - default_entity_id: wh2600_precipHourlyRate |
94 | 94 | name: "Rain hourly rate" |
95 | 95 | unique_id: "0281a8ec-7fb8-458d-a0f1-b2d6e2c65b47" |
96 | 96 | state_topic: "weather_station/data" |
97 | 97 | value_template: "{{ value_json.precipHourlyRate }}" |
98 | 98 | unit_of_measurement: "mm" |
99 | | - - object_id: wh2600_precipDaily |
| 99 | + - default_entity_id: wh2600_precipDaily |
100 | 100 | name: "Daily rain" |
101 | 101 | unique_id: "4266b583-aa12-49f7-94ac-dacab2381064" |
102 | 102 | state_topic: "weather_station/data" |
103 | 103 | value_template: "{{ value_json.precipDaily }}" |
104 | 104 | unit_of_measurement: "mm" |
105 | | - - object_id: wh2600_precipWeekly |
| 105 | + - default_entity_id: wh2600_precipWeekly |
106 | 106 | name: "Weekly rain" |
107 | 107 | unique_id: "ecd9d750-e115-49a0-91c2-5782135ce2cb" |
108 | 108 | state_topic: "weather_station/data" |
109 | 109 | value_template: "{{ value_json.precipWeekly }}" |
110 | 110 | unit_of_measurement: "mm" |
111 | | - - object_id: wh2600_precipMonthly |
| 111 | + - default_entity_id: wh2600_precipMonthly |
112 | 112 | name: "Monthly rain" |
113 | 113 | unique_id: "8a1922b9-4b30-4d13-aa54-ce390771f20c" |
114 | 114 | state_topic: "weather_station/data" |
115 | 115 | value_template: "{{ value_json.precipMonthly }}" |
116 | 116 | unit_of_measurement: "mm" |
117 | | - - object_id: wh2600_precipYearly |
| 117 | + - default_entity_id: wh2600_precipYearly |
118 | 118 | name: "Yearly rain" |
119 | 119 | unique_id: "bf00ac02-5b51-4e9d-83d0-9eb8eb030256" |
120 | 120 | state_topic: "weather_station/data" |
121 | 121 | value_template: "{{ value_json.precipYearly }}" |
122 | 122 | unit_of_measurement: "mm" |
123 | | - - object_id: wh2600_heatIndex |
| 123 | + - default_entity_id: wh2600_heatIndex |
124 | 124 | name: "Heat Index" |
125 | 125 | unique_id: "506dc2d9-a478-4c92-9117-985d39fc49e3" |
126 | 126 | state_topic: "weather_station/data" |
127 | 127 | value_template: "{{ value_json.heatIndex }}" |
128 | 128 | unit_of_measurement: "C" |
129 | | - - object_id: wh2600_timestamp |
| 129 | + - default_entity_id: wh2600_timestamp |
130 | 130 | name: "Last update" |
131 | 131 | unique_id: "506dc2d9-a478-4c92-9117-985d39fc49e4" |
132 | 132 | state_topic: "weather_station/data" |
133 | 133 | value_template: "{{ value_json.receiverTimestamp | timestamp_custom('%Y-%m-%d %H:%M:%S') }}" |
134 | 134 | unit_of_measurement: "" |
135 | | - - object_id: wh2600_battery_indoor |
| 135 | + - default_entity_id: wh2600_battery_indoor |
136 | 136 | name: "Indoor sensor battery" |
137 | 137 | unique_id: "ee726d0d-f0ab-4ae7-82a2-35bde5fdb279" |
138 | 138 | state_topic: "weather_station/data" |
139 | 139 | value_template: "{{ value_json.indoorSensorBattery }}" |
140 | | - - object_id: wh2600_sensor_id_indoor |
| 140 | + - default_entity_id: wh2600_sensor_id_indoor |
141 | 141 | name: "Indoor sensor ID" |
142 | 142 | unique_id: "b254bf9f-cbf5-4d1c-a8d4-8aab0b88cc20" |
143 | 143 | state_topic: "weather_station/data" |
144 | 144 | value_template: "{{ value_json.indoorSensorId }}" |
145 | | - - object_id: wh2600_battery_outdoor |
| 145 | + - default_entity_id: wh2600_battery_outdoor |
146 | 146 | name: "Outdoor sensor battery" |
147 | 147 | unique_id: "e793fb44-1a2f-44aa-8fc0-6f2107edcc4b" |
148 | 148 | state_topic: "weather_station/data" |
149 | 149 | value_template: "{{ value_json.outdoorSensorBattery }}" |
150 | | - - object_id: wh2600_sensor_id_outdoor |
| 150 | + - default_entity_id: wh2600_sensor_id_outdoor |
151 | 151 | name: "Outdoor sensor ID" |
152 | 152 | unique_id: "5fbb9b78-ece6-45d2-ae3f-f8ac01af2cd7" |
153 | 153 | state_topic: "weather_station/data" |
|
0 commit comments