core/homeassistant/components/roomba
J. Nick Koston 958c4764f7
Handle routers that convert hostnames to lowercase in dhcp (#48429)
Some routers will lowercase all the hostnames. Since we
already lowercase hostnames for matching purposes, we now
pass the lowercased hostname to the integration.

Currently only roomba cared about this, and has been adjusted.
2021-03-28 11:23:06 +02:00
..
translations [ci skip] Translation update 2021-03-16 00:04:36 +00:00
__init__.py Uniformize platform setup (#47101) 2021-03-02 21:43:59 +01:00
binary_sensor.py
braava.py Update integrations p-s to override extra_state_attributes() (#47759) 2021-03-11 21:23:20 +01:00
config_flow.py Handle routers that convert hostnames to lowercase in dhcp (#48429) 2021-03-28 11:23:06 +02:00
const.py Uniformize platform setup (#47101) 2021-03-02 21:43:59 +01:00
irobot_base.py Update integrations p-s to override extra_state_attributes() (#47759) 2021-03-11 21:23:20 +01:00
manifest.json Add support for Roomba 980 discovery (#47696) 2021-03-24 08:46:11 -10:00
roomba.py Update integrations p-s to override extra_state_attributes() (#47759) 2021-03-11 21:23:20 +01:00
sensor.py Migrate integrations r-s to extend SensorEntity (#48215) 2021-03-22 19:54:14 +01:00
strings.json Fixed string typos in Lutron and Roomba (#47745) 2021-03-11 10:16:52 +01:00
vacuum.py