Skip to content

Commit e2f1c8a

Browse files
committed
fix missing icons
1 parent e533a12 commit e2f1c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/display_content.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ def call(
3939
end
4040

4141
home_assistant_api.roborock_errors.each do |error|
42-
out[:status_icons_with_labels] << ["vacuum-robot", error]
42+
out[:status_icons_with_labels] << ["robot", error]
4343
end
4444

4545
home_assistant_api.low_batteries.each do |low_battery|
46-
out[:status_icons_with_labels] << ["battery-slash", low_battery]
46+
out[:status_icons_with_labels] << ["battery-quarter", low_battery]
4747
end
4848

4949
if !home_assistant_api.nas_online?

0 commit comments

Comments
 (0)