mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Update new device entry type enum value (#1112)
This commit is contained in:
parent
64cce3387b
commit
9b351a9afa
@ -32,7 +32,7 @@ Although not currently available, we could consider offering an option to users
|
|||||||
| default_name | Default name of this device, will be overridden if `name` is set. Useful for example for an integration showing all devices on the network. |
|
| default_name | Default name of this device, will be overridden if `name` is set. Useful for example for an integration showing all devices on the network. |
|
||||||
| default_manufacturer | The manufacturer of the device, will be overridden if `manufacturer` is set. Useful for example for an integration showing all devices on the network. |
|
| default_manufacturer | The manufacturer of the device, will be overridden if `manufacturer` is set. Useful for example for an integration showing all devices on the network. |
|
||||||
| default_model | The model of the device, will be overridden if `model` is set. Useful for example for an integration showing all devices on the network. |
|
| default_model | The model of the device, will be overridden if `model` is set. Useful for example for an integration showing all devices on the network. |
|
||||||
| entry_type | The type of entry. Possible value is `None` and `"service"`. |
|
| entry_type | The type of entry. Possible values are `None` and `DeviceEntryType` enum members. |
|
||||||
| id | Unique ID of device (generated by Home Assistant) |
|
| id | Unique ID of device (generated by Home Assistant) |
|
||||||
| identifiers | Set of `(DOMAIN, identifier)` tuples. Identifiers identify the device in the outside world. An example is a serial number. |
|
| identifiers | Set of `(DOMAIN, identifier)` tuples. Identifiers identify the device in the outside world. An example is a serial number. |
|
||||||
| name | Name of this device |
|
| name | Name of this device |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user