Skip to content

Commit bba0377

Browse files
authored
Rename binary_sensor.py to binary_sensor.py
1 parent 9c28214 commit bba0377

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_component/rohlikcz/binary_sensor.py renamed to custom_components/rohlikcz/binary_sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ async def async_added_to_hass(self) -> None:
192192

193193
async def async_will_remove_from_hass(self) -> None:
194194
"""Entity being removed from hass."""
195-
self._rohlik_account.remove_callback(self.async_write_ha_state)
195+
self._rohlik_account.remove_callback(self.async_write_ha_state)

0 commit comments

Comments
 (0)