Răsfoiți Sursa

Update moebot_s_mower.yaml

Add status "CHARGING_PAUSE"
Change "Running Time" Rage to max 24h
nima1102 2 ani în urmă
părinte
comite
bc96734884

+ 4 - 1
custom_components/tuya_local/devices/moebot_s_mower.yaml

@@ -126,6 +126,9 @@ secondary_entities:
           - dps_val: BATTERY_NOT_ENOUGH
             value: Low battery
             icon: "mdi:battery-low"
+          - dps_val: CHARGING_PAUSE
+            value: Charging interrupted
+            icon: "mdi:battery-alert"
           - dps_val: RAIN_PARK
             value: Raining
             icon: "mdi:weather-pouring"
@@ -148,7 +151,7 @@ secondary_entities:
         unit: h
         range:
           min: 1
-          max: 99
+          max: 24
   - entity: button
     name: Clear schedule
     icon: "mdi:calendar-remove"