mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
Update for 1.4.0
This commit is contained in:
@@ -35,5 +35,4 @@ def setup_mqtt_binary_sensor(obj, config):
|
||||
setup_mqtt_component(obj, config)
|
||||
|
||||
|
||||
def build_flags(config):
|
||||
return '-DUSE_BINARY_SENSOR'
|
||||
BUILD_FLAGS = '-DUSE_BINARY_SENSOR'
|
||||
|
@@ -21,5 +21,4 @@ def to_code(config):
|
||||
binary_sensor.setup_mqtt_binary_sensor(gpio.Pmqtt, config)
|
||||
|
||||
|
||||
def build_flags(config):
|
||||
return '-DUSE_GPIO_BINARY_SENSOR'
|
||||
BUILD_FLAGS = '-DUSE_GPIO_BINARY_SENSOR'
|
||||
|
@@ -17,5 +17,4 @@ def to_code(config):
|
||||
binary_sensor.setup_mqtt_binary_sensor(status.Pmqtt, config)
|
||||
|
||||
|
||||
def build_flags(config):
|
||||
return '-DUSE_STATUS_BINARY_SENSOR'
|
||||
BUILD_FLAGS = '-DUSE_STATUS_BINARY_SENSOR'
|
||||
|
Reference in New Issue
Block a user