@@ -39,7 +39,7 @@ test('publishDiscoveryMessage must publish a discovery message expected by HA',
39
39
identifiers : [ 'wud' ] ,
40
40
manufacturer : 'WUD' ,
41
41
model : 'WUD' ,
42
- name : " WUD" ,
42
+ name : ' WUD' ,
43
43
sw_version : 'unknown' ,
44
44
} ,
45
45
icon : 'mdi:docker' ,
@@ -65,7 +65,7 @@ test('addContainerSensor must publish sensor discovery message expected by HA',
65
65
] ,
66
66
manufacturer : 'WUD' ,
67
67
model : 'WUD' ,
68
- name : " WUD" ,
68
+ name : ' WUD' ,
69
69
sw_version : 'unknown' ,
70
70
} ,
71
71
icon : 'mdi:docker' ,
@@ -101,7 +101,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
101
101
object_id : 'topic_total_count' ,
102
102
name : 'Total container count' ,
103
103
device : {
104
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
104
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
105
105
} ,
106
106
icon : 'mdi:docker' ,
107
107
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -113,7 +113,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
113
113
object_id : 'topic_update_count' ,
114
114
name : 'Total container update count' ,
115
115
device : {
116
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
116
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
117
117
} ,
118
118
icon : 'mdi:docker' ,
119
119
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -125,7 +125,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
125
125
object_id : 'topic_update_status' ,
126
126
name : 'Total container update status' ,
127
127
device : {
128
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUDWud' , name : " WUD" , sw_version : 'unknown' ,
128
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUDWud' , name : ' WUD' , sw_version : 'unknown' ,
129
129
} ,
130
130
icon : 'mdi:docker' ,
131
131
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -139,7 +139,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
139
139
object_id : 'topic_watcher-name_total_count' ,
140
140
name : 'Watcher watcher-name container count' ,
141
141
device : {
142
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
142
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
143
143
} ,
144
144
icon : 'mdi:docker' ,
145
145
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -151,7 +151,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
151
151
object_id : 'topic_watcher-name_update_count' ,
152
152
name : 'Watcher watcher-name container update count' ,
153
153
device : {
154
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
154
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
155
155
} ,
156
156
icon : 'mdi:docker' ,
157
157
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -163,7 +163,7 @@ test('updateContainerSensors must publish all sensors expected by HA', async ()
163
163
object_id : 'topic_watcher-name_update_status' ,
164
164
name : 'Watcher watcher-name container update status' ,
165
165
device : {
166
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
166
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
167
167
} ,
168
168
icon : 'mdi:docker' ,
169
169
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
@@ -204,7 +204,7 @@ test('updateWatcherSensors must publish all watcher sensor messages expected by
204
204
object_id : 'topic_watcher-name_running' ,
205
205
name : 'Watcher watcher-name running status' ,
206
206
device : {
207
- identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : " WUD" , sw_version : 'unknown' ,
207
+ identifiers : [ 'wud' ] , manufacturer : 'WUD' , model : 'WUD' , name : ' WUD' , sw_version : 'unknown' ,
208
208
} ,
209
209
icon : 'mdi:docker' ,
210
210
entity_picture : 'https://github.com/getwud/wud/raw/main/docs/wud_logo.png' ,
0 commit comments