Public Member Functions | |
| None | __init__ (self, HomeAssistant hass, IgdDevice igd_device, bool force_poll) |
| str | __str__ (self) |
| dict[str, str|datetime|int|float|None] | async_get_data (self, list[str]|None entity_description_keys) |
| str|None | async_get_mac_address (self) |
| None | async_set_force_poll (self, bool force_poll) |
| None | async_subscribe_services (self) |
| None | async_unsubscribe_services (self) |
| str | device_type (self) |
| str | device_url (self) |
| bool | force_poll (self) |
| str|None | host (self) |
| str | manufacturer (self) |
| str | model_name (self) |
| str | name (self) |
| str|None | serial_number (self) |
| str | udn (self) |
| str | unique_id (self) |
| str | usn (self) |
Public Attributes | |
| hass | |
Private Attributes | |
| _force_poll | |
| _igd_device | |
| None homeassistant.components.upnp.device.Device.__init__ | ( | self, | |
| HomeAssistant | hass, | ||
| IgdDevice | igd_device, | ||
| bool | force_poll | ||
| ) |
| str homeassistant.components.upnp.device.Device.__str__ | ( | self | ) |
| dict[str, str | datetime | int | float | None] homeassistant.components.upnp.device.Device.async_get_data | ( | self, | |
| list[str] | None | entity_description_keys | ||
| ) |
| str | None homeassistant.components.upnp.device.Device.async_get_mac_address | ( | self | ) |
| None homeassistant.components.upnp.device.Device.async_set_force_poll | ( | self, | |
| bool | force_poll | ||
| ) |
| None homeassistant.components.upnp.device.Device.async_subscribe_services | ( | self | ) |
| None homeassistant.components.upnp.device.Device.async_unsubscribe_services | ( | self | ) |
| str homeassistant.components.upnp.device.Device.device_type | ( | self | ) |
| str homeassistant.components.upnp.device.Device.device_url | ( | self | ) |
| bool homeassistant.components.upnp.device.Device.force_poll | ( | self | ) |
| str | None homeassistant.components.upnp.device.Device.host | ( | self | ) |
| str homeassistant.components.upnp.device.Device.manufacturer | ( | self | ) |
| str homeassistant.components.upnp.device.Device.model_name | ( | self | ) |
| str homeassistant.components.upnp.device.Device.name | ( | self | ) |
| str | None homeassistant.components.upnp.device.Device.serial_number | ( | self | ) |
| str homeassistant.components.upnp.device.Device.udn | ( | self | ) |
| str homeassistant.components.upnp.device.Device.unique_id | ( | self | ) |
| str homeassistant.components.upnp.device.Device.usn | ( | self | ) |
|
private |
|
private |