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
config_flow.py
const.py Add Shelly motion sensor switch (#115312) 2024-05-16 12:49:49 +02:00
coordinator.py
cover.py
device_trigger.py
diagnostics.py
entity.py
event.py
icons.json
light.py
logbook.py
manifest.json
number.py
sensor.py
strings.json
switch.py Add Shelly motion sensor switch (#115312) 2024-05-16 12:49:49 +02:00
update.py
utils.py
valve.py