core/homeassistant/components/command_line
Yaroslav Halchenko e682d8c6e2
Handle command_line missing discovery_info (#116873)
* command_line: Do not lead to erroring out code indexing None or empty discovery_info

* Apply suggestions from code review

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2024-08-04 16:39:41 +02:00
..
__init__.py Add json_attributes_path configuration for command_line sensor (#116656) 2024-07-06 18:52:27 +02:00
binary_sensor.py
const.py Add json_attributes_path configuration for command_line sensor (#116656) 2024-07-06 18:52:27 +02:00
cover.py Fix implicit-return in command_line (#122838) 2024-07-30 10:17:01 +02:00
icons.json
manifest.json Add json_attributes_path configuration for command_line sensor (#116656) 2024-07-06 18:52:27 +02:00
notify.py
sensor.py Add json_attributes_path configuration for command_line sensor (#116656) 2024-07-06 18:52:27 +02:00
services.yaml
strings.json
switch.py Handle command_line missing discovery_info (#116873) 2024-08-04 16:39:41 +02:00
utils.py