Skip to content

Commit

Permalink
Allow fan domain to be selected for android auto favorites list (#4757)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrogers authored Oct 25, 2024
1 parent 8c1dea9 commit c07f9a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ val SUPPORTED_DOMAINS_WITH_STRING = mapOf(
"alarm_control_panel" to R.string.alarm_control_panels,
"button" to R.string.buttons,
"cover" to R.string.covers,
"fan" to R.string.fans,
"input_boolean" to R.string.input_booleans,
"input_button" to R.string.input_buttons,
"light" to R.string.lights,
Expand Down

0 comments on commit c07f9a5

Please sign in to comment.