Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tibber.services Namespace Reference

Functions

datetime __get_date (str|None date_input, str|None mode)
 
ServiceResponse __get_prices (ServiceCall call, *HomeAssistant hass)
 
None async_setup_services (HomeAssistant hass)
 

Variables

 Final
 
string PRICE_SERVICE_NAME = "get_prices"
 

Detailed Description

Services for Tibber integration.

Function Documentation

◆ __get_date()

datetime homeassistant.components.tibber.services.__get_date ( str | None  date_input,
str | None  mode 
)
private
Get date.

Definition at line 69 of file services.py.

◆ __get_prices()

ServiceResponse homeassistant.components.tibber.services.__get_prices ( ServiceCall  call,
*HomeAssistant  hass 
)
private

Definition at line 36 of file services.py.

◆ async_setup_services()

None homeassistant.components.tibber.services.async_setup_services ( HomeAssistant  hass)
Set up services for Tibber integration.

Definition at line 91 of file services.py.

Variable Documentation

◆ Final

homeassistant.components.tibber.services.Final

Definition at line 25 of file services.py.

◆ PRICE_SERVICE_NAME

string homeassistant.components.tibber.services.PRICE_SERVICE_NAME = "get_prices"

Definition at line 24 of file services.py.