Revert "bme280: Rename sensor_type from BME280 to bme280"
This reverts commit ac61f8b726.
Many temperature sensors are capitalized, so don't make this chaneg to
the bme280.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -208,4 +208,4 @@ class BME280:
|
||||
def load_config(config):
|
||||
# Register sensor
|
||||
pheaters = config.get_printer().load_object(config, "heaters")
|
||||
pheaters.add_sensor_factory("bme280", BME280)
|
||||
pheaters.add_sensor_factory("BME280", BME280)
|
||||
|
||||
Reference in New Issue
Block a user