mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 20:06:28 +00:00
Add device classes to switch (#246)
https://github.com/home-assistant/home-assistant/pull/23149
This commit is contained in:
parent
20b83a48bd
commit
7ac43cbfcf
@ -61,3 +61,10 @@ class MySwitch(SwitchDevice):
|
|||||||
async def async_toggle(self, **kwargs):
|
async def async_toggle(self, **kwargs):
|
||||||
"""Toggle the entity."""
|
"""Toggle the entity."""
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Available device classes
|
||||||
|
Optional. What type of device this. It will possibly map to google device types.
|
||||||
|
| Value | Description
|
||||||
|
| ----- | -----------
|
||||||
|
| outlet | Device is an outlet for power.
|
||||||
|
| switch | Device is switch for some type of entity.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user