esphome/esphome/components/fan
wifwucite fd836e982e
Mqtt topics to support numeric fan speed (#1859)
* numeric speed added

* when dumping config for MQTT components log a note when skipped due to is_internal

* added new topics to paython code validation/generation

* reformatted with black

* formatting corrected

* use dump_config_ mechanism to skip internal components

* use dump_config_ mechanism to skip internal components

* style issues resolved

* do_dump_config removed

* formatting fixed

* formatting fixed

* Drop parent dump_config() calls

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-22 13:42:58 +02:00
..
__init__.py Mqtt topics to support numeric fan speed (#1859) 2021-09-22 13:42:58 +02:00
automation.cpp Avoid non-const globals and enable clang-tidy check (#1892) 2021-06-11 08:19:44 +12:00
automation.h Add new trigger to fan component on_speed_set (#2246) 2021-09-08 15:15:57 +12:00
fan_helpers.cpp Suppress excessive warnings about deprecated Fan interfaces (#2270) 2021-09-13 09:39:18 +02:00
fan_helpers.h Suppress excessive warnings about deprecated Fan interfaces (#2270) 2021-09-13 09:39:18 +02:00
fan_state.cpp ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
fan_state.h Add deprecated attribute to some deprecated types/methods (#2185) 2021-08-24 06:48:12 +12:00
fan_traits.h Support fan speed levels (#1541) 2021-03-17 10:40:02 -03:00