Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fritz.image Namespace Reference

Classes

class  FritzGuestWifiQRImage
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

FRITZ image integration.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.fritz.image.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up guest WiFi QR code for device.

Definition at line 24 of file image.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.fritz.image._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file image.py.