1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-13 07:20:01 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Marc Mueller
8809d3aa88 Add empty line after module docstring [g-i] () 2024-03-08 08:52:48 -05:00
epenet
b29605060a Enforce MediaPlayerState in hdmi_cec media player () 2022-09-15 11:48:05 -04:00
epenet
a1374963d1 Improve entity type hints [h] () 2022-08-30 20:55:01 +02:00
Erik Montnemery
deedbca46c Mark unused sync toggle method from ToggleEntity as final () 2022-05-23 17:52:21 +02:00
epenet
211b5b02df Fix access to hass.data in hdmi-cec ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-02-14 12:43:36 +01:00
epenet
06e2f58529 Adjust custom data location in hdmi_cec ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 10:57:48 +01:00
epenet
1305affda0 Add setup type hints to hdmi_cec ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-10 10:35:19 +01:00
Joakim Sørensen
7caa985a59 Fix hdmi_cec switches () 2021-09-03 09:17:41 -07:00
jan iversen
3296772bd3 Late review on hdmi_cec () () 2021-08-02 16:02:39 +02:00
jan iversen
e41bc1a0da Activate mypy for hdmi_cec ()
* Please mypy.
* Remove CEC_DEVICES.
2021-07-31 23:18:37 +02:00
Erik Montnemery
a6902ffd8a Remove is_standby from SwitchEntity () 2021-06-03 14:21:52 +02:00
rajlaud
1e8676bf2c Fix bugs updating state of hdmi_cec switch () 2020-07-17 09:21:42 -07:00
Erik Montnemery
066e921a8b Rename SwitchDevice to SwitchEntity () 2020-04-26 18:50:37 +02:00
springstan
fca90a8ddc Improve string formatting v5 ()
* Improve string formatting v5

* Address review comments
2020-04-05 17:48:55 +02:00
Franck Nijhof
e8a0abd107 String formatting improvements ()
* String formatting improvements

* Found another one
2020-04-04 18:21:14 +02:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
cgtobi
2c07bfb9e0 Remove dependencies and requirements ()
* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit fe7171b4cd.

* Remove dependencies and requirements

* Revert "Remove dependencies and requirements"

This reverts commit 391355ee2c.

* Remove dependencies and requirements

* Fix flake8 complaints

* Fix more flake8 complaints

* Revert non-component removals
2019-04-12 10:13:30 -07:00
Paulus Schoutsen
4b1de61110 Use relative imports inside integrations ()
* Use relative imports inside integrations

* Lint

* Fix automation tests

* Fix scene imports
2019-03-20 22:56:46 -07:00
Fabian Affolter
3736120c6a Update file header ()
* Update file header

* Fix lint issue

* Fix lint issue
2019-02-14 16:01:46 +01:00
Paulus Schoutsen
e2d3c27e85 Embed all platforms into components ()
* Consolidate all components with platforms

* Organize tests

* Fix more tests

* Fix Verisure tests

* one final test fix

* Add change

* Fix coverage
2019-02-02 07:13:16 -08:00