Skip to content

Commit

Permalink
update unit of measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertD502 authored Jun 30, 2021
1 parent 622418e commit d564f92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Available attributes:
| Attribute | Description |
| --- | --- |
| `status` | This attribute lets you know if there are any errors. Currently supported errors are `Auto Cleaning Stopped - Unknown Substances` and `Motor Overload` |
| `litter_min_weight` | This is the minimum weight of litter needed and is automatically set by your litterbox. Values differ between Natural litter and Bentonite litter. Unit of measurement is `lb`. |
| `litter_current_weight` | The amount of litter currently in your litterbox. Unit of measurement is `lb`. |
| `litter_min_weight` | This is the minimum weight of litter needed and is automatically set by your litterbox. Values differ between Natural litter and Bentonite litter. Unit of measurement is either `lb` or `kg` based on your Home Assistant configuration. |
| `litter_current_weight` | The amount of litter currently in your litterbox. Unit of measurement is either `lb` or `kg` based on your Home Assistant configuration. |
| `top_litter_status` | Keeps track of the fresh litter available. If sufficient fresh litter is available, displays `Full`. If fresh litter is present, but the storage light is off on the litterbox, attribute is set to `Almost Empty`. If no fresh litter is available then `Refill` is displayed. |
| `litter_type` | Displays the type of litter set from the litterbox (Natural or Bentonite). |
| `wait_time` | Displays the amount of time before litterbox will scoop waste. Time is in minutes. |
| `temperature` | Displays temperature reading from litterbox. |
| `temperature` | Displays temperature reading from litterbox. Unit of measurement is either `F` or `C` based on your Home Assistant configuration. |
| `humidity` | Displays humidity reading from litterbox. |

### Cat Sensor
Expand Down

0 comments on commit d564f92

Please sign in to comment.