mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
Merge branch 'integration' into memory_api
This commit is contained in:
@@ -37,6 +37,9 @@ class Select : public EntityBase {
|
|||||||
/// @deprecated Use current_option() instead. This member will be removed in ESPHome 2026.5.0.
|
/// @deprecated Use current_option() instead. This member will be removed in ESPHome 2026.5.0.
|
||||||
__attribute__((deprecated("Use current_option() instead of .state. Will be removed in 2026.5.0")))
|
__attribute__((deprecated("Use current_option() instead of .state. Will be removed in 2026.5.0")))
|
||||||
std::string state{};
|
std::string state{};
|
||||||
|
|
||||||
|
Select() = default;
|
||||||
|
~Select() = default;
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
|
||||||
void publish_state(const std::string &state);
|
void publish_state(const std::string &state);
|
||||||
|
|||||||
Reference in New Issue
Block a user