core/homeassistant
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
..
auth Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
components Home connect functional and ambient light added (#44091) 2020-12-19 23:40:44 +01:00
generated Add Kuler Sky Bluetooth floor lamp integration (#42372) 2020-12-02 22:28:17 +01:00
helpers Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
scripts
util Deprecate the use of keyring and credstash (#43854) 2020-12-02 16:55:33 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Fix deadlock if an integration from stage_1 fails (#43657) 2020-11-26 11:38:30 +01:00
config.py
config_entries.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
const.py Bump version to 2021.1 (#44298) 2020-12-16 23:59:45 +01:00
core.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
data_entry_flow.py
exceptions.py Correct service not found exception message (#43846) 2020-12-02 10:32:25 +01:00
loader.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
package_constraints.txt Bump zeroconf to 0.28.7 to fix thread safety (#44160) 2020-12-13 12:36:17 +01:00
requirements.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
runner.py Automatically clean up executor as part of closing loop (#43284) 2020-11-16 15:43:48 +01:00
setup.py
strings.json Add unknown_authorize_url_generation to base strings for config flows (#42484) 2020-11-24 12:00:16 -05:00