mirror of
https://github.com/esphome/esphome.git
synced 2024-11-03 08:50:30 +01: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.")
|