core/homeassistant/components/mqtt
Øyvind Matheson Wergeland fdef3ece13
Fix placeholder quotes (#114974)
* When quoting placeholders, always use double quotes so Lokalise recognizes the placeholder.

* Ensure that strings does not contain placeholders in single quotes.

* Avoid redefining value

* Moved string_with_no_placeholders_in_single_quotes

* Define regex once

* Fix tests
2024-04-06 13:01:56 +02:00
..
light
__init__.py
abbreviations.py
alarm_control_panel.py
binary_sensor.py
button.py
camera.py
client.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
climate.py Change min and max humidity for MQTT climate and humidifier (#114292) 2024-03-27 16:46:42 +01:00
config.py
config_flow.py
config_integration.py
const.py
cover.py
debug_info.py
device_automation.py
device_tracker.py
device_trigger.py
diagnostics.py
discovery.py
event.py
fan.py
humidifier.py Change min and max humidity for MQTT climate and humidifier (#114292) 2024-03-27 16:46:42 +01:00
icons.json
image.py
lawn_mower.py
lock.py
manifest.json
mixins.py Replace partial annotations (#114177) 2024-03-28 18:33:39 +01:00
models.py Dispatch the same ReceiveMessage object if the subscription topic is the same (#114769) 2024-04-03 09:36:57 -10:00
number.py
scene.py
select.py
sensor.py
services.yaml
siren.py
strings.json Fix placeholder quotes (#114974) 2024-04-06 13:01:56 +02:00
subscription.py
switch.py
tag.py
text.py
trigger.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
update.py
util.py Enable Ruff RET504 (#114528) 2024-04-06 11:07:37 +02:00
vacuum.py
valve.py
water_heater.py