core/homeassistant/components/shelly
huettner94 eb3686af06
Add shelly overcurrent sensor for switches (#122494)
shelly: add overcurrent sensor for switches

just like overvoltage shelly switches can react to overcurrent and
diable the switch. Unfortunately this is is not mentioned anywhere in
the documentation.
It can be triggered by a device using more amps than set in
"Output protections" under the name "Overcurrent in amperes".
2024-07-25 21:22:18 +03:00
..
bluetooth
__init__.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
binary_sensor.py Add shelly overcurrent sensor for switches (#122494) 2024-07-25 21:22:18 +03:00
button.py
climate.py
config_flow.py
const.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
coordinator.py Prevent connecting to a Shelly device that is already connected (#122105) 2024-07-18 15:27:03 -05:00
cover.py
device_trigger.py
diagnostics.py
entity.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
event.py
icons.json
light.py
logbook.py
manifest.json
number.py Add support for Shelly `number` virtual component (#121894) 2024-07-15 22:26:12 +02:00
select.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
sensor.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
strings.json
switch.py
text.py
update.py
utils.py Add support for Shelly `enum` virtual component (#121997) 2024-07-18 17:55:14 +03:00
valve.py