ESPHome  2024.4.0
Public Member Functions | Data Fields
esphome::api::TemplatableKeyValuePair< Ts > Class Template Reference

#include <homeassistant_service.h>

Public Member Functions

template<typename T >
 TemplatableKeyValuePair (std::string key, T value)
 

Data Fields

std::string key
 
TemplatableStringValue< Ts... > value
 

Detailed Description

template<typename... Ts>
class esphome::api::TemplatableKeyValuePair< Ts >

Definition at line 25 of file homeassistant_service.h.

Constructor & Destructor Documentation

◆ TemplatableKeyValuePair()

template<typename... Ts>
template<typename T >
esphome::api::TemplatableKeyValuePair< Ts >::TemplatableKeyValuePair ( std::string  key,
value 
)
inline

Definition at line 27 of file homeassistant_service.h.

Field Documentation

◆ key

template<typename... Ts>
std::string esphome::api::TemplatableKeyValuePair< Ts >::key

Definition at line 28 of file homeassistant_service.h.

◆ value

template<typename... Ts>
TemplatableStringValue<Ts...> esphome::api::TemplatableKeyValuePair< Ts >::value

Definition at line 29 of file homeassistant_service.h.


The documentation for this class was generated from the following file: