ESPHome 2025.12.1
Loading...
Searching...
No Matches
micronova_text_sensor.cpp
Go to the documentation of this file.
2
3namespace esphome::micronova {
4
6 if (value_from_stove == -1) {
7 this->publish_state("unknown");
8 return;
9 }
10
11 this->publish_state(STOVE_STATES[value_from_stove]);
12}
13
14} // namespace esphome::micronova
void process_value_from_stove(int value_from_stove) override
void publish_state(const std::string &state)