File tree Expand file tree Collapse file tree
custom_components/fkf-garbage-collection Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "dependencies" : [],
66 "config_flow" : false ,
77 "codeowners" : [" @amaximus" ],
8- "version" : " 0.10.5 " ,
8+ "version" : " 0.10.6 " ,
99 "iot_class" : " cloud_polling" ,
1010 "requirements" : [" lxml" , " voluptuous" ]
1111}
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ async def async_get_fkfdata(self):
267267
268268 matchre = re .search ("<strong>(.+?)</strong>" ,line )
269269 if matchre != None :
270- s2 = matchre .group (1 ).lower ().capitalize ()
270+ s2 = matchre .group (1 ).lower ().capitalize (). replace ( " " , "" )
271271 _LOGGER .debug ("found green: " + s2 )
272272 break
273273 else :
Original file line number Diff line number Diff line change 11{
22 "fkf-garbage-collection" : {
3- "version" : " 0.10.5 " ,
4- "updated_at" : " 2025-05-07 " ,
3+ "version" : " 0.10.6 " ,
4+ "updated_at" : " 2025-05-14 " ,
55 "visit_repo" : " https://github.com/amaximus/fkf-garbage-collection" ,
6- "changelog" : " https://github.com/amaximus/fkf-garbage-collection/releases/0.10.5 "
6+ "changelog" : " https://github.com/amaximus/fkf-garbage-collection/releases/0.10.6 "
77 }
88}
You can’t perform that action at this time.
0 commit comments