Skip to content

Commit

Permalink
Fixed the readme slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
corporategoth committed May 17, 2023
1 parent d5fc83c commit cca1043
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ You can go to the Integrations page and add a Power Pet Door integration.
| Entity | Attribute | Type | Description |
|-----------|-----------------------|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Door` | `door_status` | `string` | The raw door status as reported by the door itself. This will be one of `DOOR_IDLE`, `DOOR_CLOSED`, `DOOR_HOLDING`, `DOOR_KEEPUP`, `DOOR_SLOWING`, `DOOR_CLOSING_TOP_OPEN`, `DOOR_RISING`, `DOOR_CLOSING_MID_OPEN`). |
| `Door` | `device_class` | `string` | The device class the entity presents as (should always be `shutter`). |
| `Door` | `current_position` | `number` | The position of the door (as a 'percentage open'). This will only ever show 0, 33, 66 or 100. |
| `Battery` | `battery_discharging` | `boolean` | Whether the battery is draining (ie. the power is disconnected). |
| `Battery` | `battery_charging` | `boolean` | Whether the battery is charging (ie. power is connected). |
Expand Down

0 comments on commit cca1043

Please sign in to comment.