mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 08:48:27 +02:00
7 lines
206 B
Python
7 lines
206 B
Python
import voluptuous as vol
|
|
|
|
|
|
def CONFIG_SCHEMA(config):
|
|
raise vol.Invalid("The ir_transmitter component has been renamed to "
|
|
"remote_transmitter because of 433MHz signal support.")
|