Disable BME280, remove extra turn_off
This commit is contained in:
parent
85c9b6e455
commit
1b90532f69
@ -147,9 +147,6 @@ voice_assistant:
|
|||||||
id: output_led
|
id: output_led
|
||||||
transition_length: 1s
|
transition_length: 1s
|
||||||
on_tts_start:
|
on_tts_start:
|
||||||
- light.turn_off:
|
|
||||||
id: output_led
|
|
||||||
transition_length: 1s
|
|
||||||
- if:
|
- if:
|
||||||
condition:
|
condition:
|
||||||
lambda: return x != "Sorry, I couldn't understand that";
|
lambda: return x != "Sorry, I couldn't understand that";
|
||||||
@ -251,15 +248,15 @@ binary_sensor:
|
|||||||
device_class: motion
|
device_class: motion
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
- platform: bme280
|
# - platform: bme280
|
||||||
temperature:
|
# temperature:
|
||||||
name: "BME280 Temperature"
|
# name: "BME280 Temperature"
|
||||||
pressure:
|
# pressure:
|
||||||
name: "BME280 Pressure"
|
# name: "BME280 Pressure"
|
||||||
humidity:
|
# humidity:
|
||||||
name: "BME280 Humidity"
|
# name: "BME280 Humidity"
|
||||||
update_interval: 15s
|
# update_interval: 15s
|
||||||
address: 0x76
|
# address: 0x76
|
||||||
|
|
||||||
- platform: bmp280
|
- platform: bmp280
|
||||||
temperature:
|
temperature:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user