mirror of
https://github.com/esphome/esphome.git
synced 2025-10-18 01:33:51 +01:00
Format
This commit is contained in:
@@ -11,9 +11,7 @@ namespace ble_rssi {
|
||||
|
||||
class BLERSSISensor : public sensor::Sensor, public esp32_ble_tracker::ESPBTDeviceListener, public Component {
|
||||
public:
|
||||
void set_address(uint64_t address) {
|
||||
address_ = address;
|
||||
}
|
||||
void set_address(uint64_t address) { address_ = address; }
|
||||
void on_scan_end() override {
|
||||
if (!this->found_)
|
||||
this->publish_state(NAN);
|
||||
|
Reference in New Issue
Block a user