1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/tests/components
Claudia Pellegrino baa79303a7 Make combined rmvtransport filters work (#126255)
rmvtransport: make filters always effective

In the `rmvtransport` integration, the three config attributes
`destination`, `lines`, and `time_offset` all act as filters. The
expectation is that if multiple filters are given, all of them take
effect.

However, as a consequence of using `elif` in the loop body, if a
`destination` filter has been configured, then both the `lines` and the
`time_offset` filters are ignored and have no effect.

Replace the `elif` with an `if` clause to allow all filter settings to
work as intended.

CC: @cgtobi
2024-09-19 16:11:13 +02:00
..
2024-09-05 19:42:50 -04:00
2024-08-28 19:16:05 +02:00
2024-09-04 15:33:23 +02:00
2024-09-04 21:57:37 +02:00
2024-08-30 16:41:48 +02:00
2024-09-03 21:00:44 +02:00
2024-09-13 06:42:32 +02:00
2024-08-29 07:59:07 +02:00
2024-09-07 12:38:59 +02:00
2024-09-13 06:42:32 +02:00
2024-08-28 09:25:56 +02:00
2024-09-17 16:11:03 +02:00
2024-09-10 22:02:46 +02:00
2024-09-05 23:03:50 +02:00