Skip to content

Commit

Permalink
[es] Fixing minor bugs (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
davefx authored Jun 24, 2024
1 parent 2406897 commit 0ec079d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion responses/es/HassTimerStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ responses:
{% elif (next_timer.start_seconds > 0): %}
{{ next_timer.start_seconds }} segundo{{ "s" if next_timer.start_seconds != 1 }}
{% endif %}
le quedan
{% else %}
Le quedan
Expand Down
2 changes: 1 addition & 1 deletion tests/es/_fixtures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ entities:
id: switch.interruptor_dormitorio
area: id_dormitorio
state:
in: "apadado"
in: "apagado"
out: "off"

- name: Interruptor
Expand Down

0 comments on commit 0ec079d

Please sign in to comment.