hass-core/homeassistant/components/group
Ville Skyttä 24b1e01d71
Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080)
* Disable Ruff rules that may conflict with the formatter

* Upgrade Ruff to 0.1.8

- https://github.com/astral-sh/ruff/releases/tag/v0.1.7
- https://github.com/astral-sh/ruff/releases/tag/v0.1.8

* Format with Ruff 0.1.8
2023-12-20 23:55:09 +01:00
..
__init__.py Keep capabilities up to date in the entity registry (#101748) 2023-12-13 17:27:26 +01:00
binary_sensor.py Revert "Cache entity properties that are never expected to change in the base class" (#100422) 2023-09-15 11:25:24 +02:00
config_flow.py Correct state attributes in group helper preview (#99723) 2023-09-06 15:59:03 +02:00
const.py Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
cover.py Don't set assumed_state in cover groups (#99391) 2023-09-04 14:08:38 +02:00
event.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
fan.py Don't set assumed_state in fan groups (#99399) 2023-09-04 14:08:50 +02:00
light.py Small typing fix in light group (#99259) 2023-08-29 11:12:34 +02:00
lock.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
manifest.json Sort manifests 4 (#87025) 2023-02-08 20:27:05 +01:00
media_player.py Keep capabilities up to date in the entity registry (#101748) 2023-12-13 17:27:26 +01:00
notify.py Add support for services to return data (#94401) 2023-06-16 12:43:35 -04:00
reproduce_state.py
sensor.py Update Ruff to 0.1.8, avoid linter/formatter conflicts (#106080) 2023-12-20 23:55:09 +01:00
services.yaml Replace object select in service calls with more UI-friendly selectors (#101722) 2023-10-10 05:50:12 +02:00
strings.json Fix multilevel reference translations (#102338) 2023-10-20 08:12:53 +02:00
switch.py Add preview support to all groups (#98951) 2023-08-25 08:59:33 +02:00
util.py