diff --git a/73_AutoShuttersControl.pm b/73_AutoShuttersControl.pm index 52ff6f4..5d68620 100644 --- a/73_AutoShuttersControl.pm +++ b/73_AutoShuttersControl.pm @@ -4272,7 +4272,7 @@ sub DevStateIcon($) { elsif ( ReadingsVal( $name, 'state', undef ) =~ /.*asleep$/ ) { return '.*:scene_sleeping'; } - elsif ( ReadingsVal( $name, 'state', undef ) =~ /^roommate.(awoken|home)$/ ) + elsif ( ReadingsVal( $name, 'state', undef ) =~ /^roommate.(come)?.(awoken|home)$/ ) { return '.*:user_available'; }