core/homeassistant/components/home_connect
Sjack-Sch 00c0e9b8da
Home connect functional and ambient light added (#44091)
* Update nl.json

* added period to end of every logging entry.

* Functional and ambient light added

* Change to dict.get method

* Update light.py

* Update __init__.py

Platforms sorted 🔡.

* Update api.py

- Removed all none light platform related changes.
- Period removed from loggin.
- Storing entities removed.
- Not needed formating change reverted.
-

* Update const.py

All words seperated with underscore.

* Update nl.json

Reverted change on translation file.

* Update light.py

-All words of constants seperated with underscore.
- f-string used iso concatenation.
- Added "ambient"to loggin text.
- Removed self._state = false when color setting did not succeed.
- Logging starts with a capital.

* Update api.py

- Removed ending perio in logging
- Reverted formating
- Removed self.device.entities.append(self)
-

* Update entity.py

- Removed self.device.entities.append(self)

* Update api.py

- Adding newline at end of file
- Added whitespave after ","

* Update api.py

Newline at end of file

* Update const.py

Removed unused.

* Update light.py

- seperated words with whitespaces
- improved debug text

* Update light.py

remove state setting after an error
2020-12-19 23:40:44 +01:00
..
translations [ci skip] Translation update 2020-12-10 00:03:01 +00:00
__init__.py Home connect functional and ambient light added (#44091) 2020-12-19 23:40:44 +01:00
api.py Home connect functional and ambient light added (#44091) 2020-12-19 23:40:44 +01:00
binary_sensor.py
config_flow.py Cleanup unused loggers (components A-M) (#41600) 2020-10-12 16:59:05 +02:00
const.py Home connect functional and ambient light added (#44091) 2020-12-19 23:40:44 +01:00
entity.py
light.py Home connect functional and ambient light added (#44091) 2020-12-19 23:40:44 +01:00
manifest.json Bump homeconnect to 0.6.3 (#42022) 2020-10-18 10:33:19 +02:00
sensor.py
strings.json Use common strings for home connect config flow (#41153) 2020-10-03 20:15:53 +02:00
switch.py