From ef35eea0f6d788b7cf6e5647c9f8573198cfa607 Mon Sep 17 00:00:00 2001 From: javicalle <31999997+javicalle@users.noreply.github.com> Date: Tue, 25 Aug 2020 13:49:00 +0200 Subject: [PATCH] Remove 'entity_id' from ToggleRflinkLight (#37992) Remove `entity_id` overwrite from `ToggleRflinkLight` class --- homeassistant/components/rflink/light.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/components/rflink/light.py b/homeassistant/components/rflink/light.py index 65d6acb3de9..13e3a0f65da 100644 --- a/homeassistant/components/rflink/light.py +++ b/homeassistant/components/rflink/light.py @@ -280,11 +280,6 @@ class ToggleRflinkLight(SwitchableRflinkDevice, LightEntity): and if the light is off and 'on' gets sent, the light will turn on. """ - @property - def entity_id(self): - """Return entity id.""" - return f"light.{self.name}" - def _handle_event(self, event): """Adjust state if Rflink picks up a remote command for this device.""" self.cancel_queued_send_commands()