Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mazda Namespace Reference

Namespaces

 config_flow
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry _)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string DOMAIN = "mazda"
 

Detailed Description

The Mazda Connected Services integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.mazda.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  _ 
)
Set up Mazda Connected Services from a config entry.

Definition at line 12 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.mazda.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 30 of file __init__.py.

Variable Documentation

◆ DOMAIN

string homeassistant.components.mazda.DOMAIN = "mazda"

Definition at line 9 of file __init__.py.