core/homeassistant/components/shelly
Simone Chemelli 32a9cb4b14
Add Shelly motion sensor switch (#115312)
* Add Shelly motion sensor switch

* update name

* make motion switch a restore entity

* add test

* apply review comment

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* rename switch

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* Update tests/components/shelly/test_switch.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

* fix ruff

---------

Co-authored-by: Shay Levy <levyshay1@gmail.com>
2024-05-16 12:49:49 +02:00
..
bluetooth
__init__.py Add Shelly motion sensor switch (#115312) 2024-05-16 12:49:49 +02:00
binary_sensor.py
button.py
climate.py Enable Ruff RUF010 (#115371) 2024-05-08 23:54:49 +02:00
config_flow.py
const.py Add Shelly motion sensor switch (#115312) 2024-05-16 12:49:49 +02:00
coordinator.py Enable Ruff RUF010 (#115371) 2024-05-08 23:54:49 +02:00
cover.py
device_trigger.py
diagnostics.py
entity.py Enable Ruff RUF010 (#115371) 2024-05-08 23:54:49 +02:00
event.py
icons.json
light.py
logbook.py
manifest.json
number.py Enable Ruff RUF010 (#115371) 2024-05-08 23:54:49 +02:00
sensor.py
strings.json
switch.py Add Shelly motion sensor switch (#115312) 2024-05-16 12:49:49 +02:00
update.py Enable Ruff RUF010 (#115371) 2024-05-08 23:54:49 +02:00
utils.py
valve.py