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

Namespaces

 binary_sensor
 
 button
 
 config_flow
 
 const
 
 coordinator
 
 device_tracker
 
 diagnostics
 
 entity
 
 renault_hub
 
 renault_vehicle
 
 select
 
 sensor
 
 services
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, RenaultConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, RenaultConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, RenaultConfigEntry config_entry)
 

Variables

 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
 RenaultConfigEntry
 

Detailed Description

Support for Renault devices.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.renault.async_remove_config_entry_device ( HomeAssistant  hass,
RenaultConfigEntry  config_entry,
dr.DeviceEntry   device_entry 
)
Remove a config entry from a device.

Definition at line 61 of file __init__.py.

◆ async_setup()

bool homeassistant.components.renault.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Renault component.

Definition at line 21 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.renault.async_setup_entry ( HomeAssistant  hass,
RenaultConfigEntry   config_entry 
)
Load a config entry.

Definition at line 27 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.renault.async_unload_entry ( HomeAssistant  hass,
RenaultConfigEntry   config_entry 
)
Unload a config entry.

Definition at line 54 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.renault.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 17 of file __init__.py.

◆ RenaultConfigEntry

homeassistant.components.renault.RenaultConfigEntry

Definition at line 18 of file __init__.py.