Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 26, 2024
1 parent 496866c commit b3a3312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tc_bus/tc_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,15 @@ namespace esphome
void control(const std::string &value) override;
};

class IntercomVolumeHandsetNumber : public number::Number, public Parented<NukiLockComponent> {
class IntercomVolumeHandsetNumber : public number::Number, public Parented<TCBusComponent> {
public:
IntercomVolumeHandsetNumber() = default;

protected:
void control(float value) override;
};

class IntercomVolumeRingtoneNumber : public number::Number, public Parented<NukiLockComponent> {
class IntercomVolumeRingtoneNumber : public number::Number, public Parented<TCBusComponent> {
public:
IntercomVolumeRingtoneNumber() = default;

Expand Down

0 comments on commit b3a3312

Please sign in to comment.