We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e533a12 commit e2f1c8aCopy full SHA for e2f1c8a
app/models/display_content.rb
@@ -39,11 +39,11 @@ def call(
39
end
40
41
home_assistant_api.roborock_errors.each do |error|
42
- out[:status_icons_with_labels] << ["vacuum-robot", error]
+ out[:status_icons_with_labels] << ["robot", error]
43
44
45
home_assistant_api.low_batteries.each do |low_battery|
46
- out[:status_icons_with_labels] << ["battery-slash", low_battery]
+ out[:status_icons_with_labels] << ["battery-quarter", low_battery]
47
48
49
if !home_assistant_api.nas_online?
0 commit comments